Searched defs:Val (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_3_0/ |
H A D | BitcodeReader.cpp | 98 Value *Val = EHSel->getArgOperand(j); in TransferClausesToLandingPadInst() local 129 Value *Val = EHSel->getArgOperand(j); in TransferClausesToLandingPadInst() local 736 static int GetDecodedCastOpcode(unsigned Val) { in GetDecodedCastOpcode() 753 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { in GetDecodedBinaryOpcode() 794 static AtomicOrdering GetDecodedOrdering(unsigned Val) { in GetDecodedOrdering() 3039 Value *Val; in ParseFunctionBody() local 3298 Value *Val = nullptr; in ParseFunctionBody() local 3363 Value *Val; in ParseFunctionBody() local 3433 Value *Val, *Ptr; in ParseFunctionBody() local 3447 Value *Val, *Ptr; in ParseFunctionBody() local [all …]
|
/aosp12/frameworks/compile/slang/ |
H A D | slang_rs_reflection_cpp.cpp | 920 const clang::APValue &Val) { in genInitExportVariable() 1006 const clang::APValue &Val) { in genInitPrimitiveExportVariable() 1014 void RSReflectionCpp::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue() 1058 const clang::APValue &Val) { in genInitBoolExportVariable()
|
H A D | slang_rs_reflection.cpp | 404 size_t Val, ReflectionState::Val32 Val32) { in genConditionalVal() 737 const clang::APValue &Val) { in genInitBoolExportVariable() 749 const clang::APValue &Val) { in genInitPrimitiveExportVariable() 759 const clang::APValue &Val) { in genInitExportVariable() 1870 const clang::APValue &Val = EV->getInit(); in genPrimitiveTypeExportVariable() local 1918 void RSReflectionJava::genInitValue(const clang::APValue &Val, bool asBool) { in genInitValue()
|
H A D | slang_rs_pragma_handler.cpp | 542 llvm::APInt Val(32, 0); in handleIntegerParamPragma() local
|
H A D | slang_rs_reflection_state.cpp | 152 const auto &Val = Record->getValue(); in dump() local
|
/aosp12/frameworks/compile/libbcc/bcinfo/BitReader_2_7/ |
H A D | BitcodeReader.cpp | 431 static GlobalValue::LinkageTypes getDecodedLinkage(unsigned Val) { in getDecodedLinkage() 470 static GlobalValue::VisibilityTypes GetDecodedVisibility(unsigned Val) { in GetDecodedVisibility() 479 static GlobalVariable::ThreadLocalMode GetDecodedThreadLocalMode(unsigned Val) { in GetDecodedThreadLocalMode() 490 static GlobalVariable::UnnamedAddr getDecodedUnnamedAddrType(unsigned Val) { in getDecodedUnnamedAddrType() 499 static int GetDecodedCastOpcode(unsigned Val) { in GetDecodedCastOpcode() 516 static int GetDecodedBinaryOpcode(unsigned Val, Type *Ty) { in GetDecodedBinaryOpcode() 2778 Value *Val; in ParseFunctionBody() local 3154 Value *Val, *Ptr; in ParseFunctionBody() local 3167 Value *Val, *Ptr; in ParseFunctionBody() local
|