Home
last modified time | relevance | path

Searched defs:IntVal (Results 1 – 25 of 66) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DPointerIntPair.h50 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
64 void setInt(IntType IntVal) { in setInt()
72 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DPointerIntPair.h51 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
66 void setInt(IntType IntVal) { in setInt()
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
/external/llvm/include/llvm/ADT/
DPointerIntPair.h51 PointerIntPair(PointerTy PtrVal, IntType IntVal) { in PointerIntPair()
66 void setInt(IntType IntVal) { in setInt()
74 void setPointerAndInt(PointerTy PtrVal, IntType IntVal) { in setPointerAndInt()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DPointerIntPair.h86 intptr_t IntVal = Int; in setInt() local
/external/swiftshader/third_party/LLVM/include/llvm/ExecutionEngine/
DGenericValue.h34 APInt IntVal; // also used for long doubles member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DGenericValue.h36 APInt IntVal; // also used for long doubles. member
/external/llvm/include/llvm/ExecutionEngine/
DGenericValue.h39 APInt IntVal; // also used for long doubles. member
/external/llvm/include/llvm/MC/MCParser/
DMCAsmLexer.h68 APInt IntVal; variable
72 AsmToken(TokenKind Kind, StringRef Str, APInt IntVal) in AsmToken()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCAsmMacro.h73 APInt IntVal; variable
77 AsmToken(TokenKind Kind, StringRef Str, APInt IntVal) in AsmToken()
/external/swiftshader/third_party/LLVM/lib/TableGen/
DTGLexer.h52 IntVal, enumerator
/external/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1267 MatchRegisterName(const AsmToken &Tok, unsigned &RegNo, int64_t &IntVal) { in MatchRegisterName()
1320 int64_t IntVal; in ParseRegister() local
1552 int64_t IntVal; in ParseOperand() local
1567 int64_t IntVal; in ParseOperand() local
1619 int64_t IntVal; in ParseOperand() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp1337 bool PPCAsmParser::MatchRegisterName(unsigned &RegNo, int64_t &IntVal) { in MatchRegisterName()
1381 int64_t IntVal; in ParseRegister() local
1615 int64_t IntVal; in ParseOperand() local
1637 int64_t IntVal; in ParseOperand() local
1681 int64_t IntVal; in ParseOperand() local
/external/swiftshader/third_party/LLVM/include/llvm/MC/MCParser/
DMCAsmLexer.h62 int64_t IntVal; variable
/external/llvm/lib/TableGen/
DTGLexer.h54 IntVal, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/TableGen/
DTGLexer.h55 IntVal, enumerator
/external/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp221 const llvm::APSInt &IntVal = Value.castAs<nonloc::ConcreteInt>().getValue(); in assumeWithinInclusiveRange() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
DCFGBuilder.cpp55 auto *IntVal = ConstantInt::get(IntTy, Last); in ConnectBlocks() local
/external/clang/include/clang/AST/
DCommentLexer.h79 unsigned IntVal; variable
/external/llvm/lib/CodeGen/MIRParser/
DMILexer.h130 APSInt IntVal; member
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/
DExecutionEngine.cpp823 static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, in StoreIntToMemory()
882 static void LoadIntFromMemory(APInt &IntVal, uint8_t *Src, unsigned LoadBytes) { in LoadIntFromMemory()
/external/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp233 LLVMValueRef IntVal = LLVMBuildLoad(Builder, GlobalVar, "intVal"); in buildModuleWithCodeAndData() local
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/MCJIT/
DMCJITCAPITest.cpp234 LLVMValueRef IntVal = LLVMBuildLoad(Builder, GlobalVar, "intVal"); in buildModuleWithCodeAndData() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/MIRParser/
DMILexer.h157 APSInt IntVal; member
/external/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1019 static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, in StoreIntToMemory()
1092 static void LoadIntFromMemory(APInt &IntVal, uint8_t *Src, unsigned LoadBytes) { in LoadIntFromMemory()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/
DExecutionEngine.cpp1025 static void StoreIntToMemory(const APInt &IntVal, uint8_t *Dst, in StoreIntToMemory()
1098 static void LoadIntFromMemory(APInt &IntVal, uint8_t *Src, unsigned LoadBytes) { in LoadIntFromMemory()

123