Searched refs:IntToPtr (Results 51 - 75 of 101) sorted by relevance

12345

/external/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1188 case Instruction::IntToPtr:
1578 case Instruction::IntToPtr:
2276 case Instruction::IntToPtr:
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp150 if (Operator::getOpcode(V) == Instruction::IntToPtr) {
H A DTargetLoweringBase.cpp1707 case IntToPtr: return ISD::BITCAST;
/external/llvm/lib/ExecutionEngine/
H A DExecutionEngine.cpp742 case Instruction::IntToPtr: {
/external/llvm/lib/IR/
H A DAutoUpgrade.cpp1412 return CastInst::Create(Instruction::IntToPtr, Temp, DestTy);
H A DConstantFold.cpp620 case Instruction::IntToPtr: //always treated as unsigned
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp1324 case Instruction::IntToPtr:
H A DGVN.cpp516 case Instruction::IntToPtr:
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DValueTracking.cpp265 case Instruction::IntToPtr:
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1202 case Instruction::IntToPtr:
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp250 if ((Res == Instruction::IntToPtr &&
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DSCCP.cpp1510 case Instruction::IntToPtr:
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
H A Dllvm.ml183 | IntToPtr Constructor in type:Opcode/t
/external/llvm/include/llvm/IR/
H A DIRBuilder.h1325 return CreateCast(Instruction::IntToPtr, V, DestTy, Name);
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1803 case Instruction::IntToPtr: {
/external/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp527 case Instruction::IntToPtr:
/external/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp2119 case Instruction::IntToPtr: {
/external/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp340 case Instruction::IntToPtr:
/external/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp1377 case Instruction::IntToPtr:
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp256 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) ||
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DIRBuilder.h950 return CreateCast(Instruction::IntToPtr, V, DestTy, Name);
/external/swiftshader/third_party/LLVM/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp74 case Instruction::IntToPtr: return bitc::CAST_INTTOPTR;
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1479 case Instruction::IntToPtr: {
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMFastISel.cpp739 case Instruction::IntToPtr: {
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
H A DCBackend.cpp692 case Instruction::IntToPtr:
732 case Instruction::IntToPtr:
764 case Instruction::IntToPtr:
1156 case Instruction::IntToPtr:

Completed in 589 milliseconds

12345