/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 45 class IntToPtrInst; variable 238 SizeOffsetType visitIntToPtrInst(IntToPtrInst&); 304 SizeOffsetEvalType visitIntToPtrInst(IntToPtrInst&);
|
/external/llvm/include/llvm/Analysis/ |
D | MemoryBuiltins.h | 195 SizeOffsetType visitIntToPtrInst(IntToPtrInst&); 258 SizeOffsetEvalType visitIntToPtrInst(IntToPtrInst&);
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | InstVisitor.h | 188 RetTy visitIntToPtrInst(IntToPtrInst &I) { DELEGATE(CastInst); } in visitIntToPtrInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 148 void visitIntToPtrInst(IntToPtrInst &I);
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 160 void visitIntToPtrInst(IntToPtrInst &I);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2263 case IntToPtr: return new IntToPtrInst (S, Ty, Name, InsertBefore); in Create() 2286 case IntToPtr: return new IntToPtrInst (S, Ty, Name, InsertAtEnd); in Create() 2783 IntToPtrInst::IntToPtrInst( in IntToPtrInst() function in IntToPtrInst 2789 IntToPtrInst::IntToPtrInst( in IntToPtrInst() function in IntToPtrInst 3416 IntToPtrInst *IntToPtrInst::clone_impl() const { in clone_impl() 3417 return new IntToPtrInst(getOperand(0), getType()); in clone_impl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombinePHI.cpp | 102 auto *IntToPtr = dyn_cast<IntToPtrInst>(PN.user_back()); in FoldIntegerTypedPHI() 144 if (isa<IntToPtrInst>(U) && U->getType() == IntToPtr->getType() && in FoldIntegerTypedPHI() 217 isa<IntToPtrInst>(V); in FoldIntegerTypedPHI()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 167 void visitIntToPtrInst(IntToPtrInst &I);
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 156 HANDLE_CAST_INST(44, IntToPtr, IntToPtrInst) // Integer -> Pointer
|
D | Instructions.h | 3355 class IntToPtrInst : public CastInst { 3358 IntToPtrInst( 3366 IntToPtrInst( 3374 virtual IntToPtrInst *clone_impl() const; 3377 static inline bool classof(const IntToPtrInst *) { return true; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstVisitor.h | 198 RetTy visitIntToPtrInst(IntToPtrInst &I) { DELEGATE(CastInst);} in visitIntToPtrInst()
|
D | Instruction.def | 175 HANDLE_CAST_INST(46, IntToPtr, IntToPtrInst) // Integer -> Pointer
|
/external/llvm/include/llvm/IR/ |
D | InstVisitor.h | 195 RetTy visitIntToPtrInst(IntToPtrInst &I) { DELEGATE(CastInst);} in visitIntToPtrInst()
|
D | Instruction.def | 171 HANDLE_CAST_INST(46, IntToPtr, IntToPtrInst) // Integer -> Pointer
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 2476 case IntToPtr: return new IntToPtrInst (S, Ty, Name, InsertBefore); in Create() 2498 case IntToPtr: return new IntToPtrInst (S, Ty, Name, InsertAtEnd); in Create() 3133 IntToPtrInst::IntToPtrInst( in IntToPtrInst() function in IntToPtrInst 3139 IntToPtrInst::IntToPtrInst( in IntToPtrInst() function in IntToPtrInst 3793 IntToPtrInst *IntToPtrInst::cloneImpl() const { in cloneImpl() 3794 return new IntToPtrInst(getOperand(0), getType()); in cloneImpl()
|
/external/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 591 SizeOffsetType ObjectSizeOffsetVisitor::visitIntToPtrInst(IntToPtrInst&) { in visitIntToPtrInst() argument 790 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitIntToPtrInst(IntToPtrInst&) { in visitIntToPtrInst() argument
|
D | CFLGraph.h | 239 void visitIntToPtrInst(IntToPtrInst &Inst) { in visitIntToPtrInst()
|
D | VectorUtils.cpp | 383 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) || in computeMinimumValueSizes()
|
/external/llvm/unittests/IR/ |
D | InstructionsTest.cpp | 315 CastInst *PtrVecA = new IntToPtrInst(C2xi32a, V2xi32PTy); in TEST() 316 CastInst *PtrVecB = new IntToPtrInst(C2xi32b, V2xi32PTy); in TEST()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2661 case IntToPtr: return new IntToPtrInst (S, Ty, Name, InsertBefore); in Create() 2683 case IntToPtr: return new IntToPtrInst (S, Ty, Name, InsertAtEnd); in Create() 3318 IntToPtrInst::IntToPtrInst( in IntToPtrInst() function in IntToPtrInst 3324 IntToPtrInst::IntToPtrInst( in IntToPtrInst() function in IntToPtrInst 3995 IntToPtrInst *IntToPtrInst::cloneImpl() const { in cloneImpl() 3996 return new IntToPtrInst(getOperand(0), getType()); in cloneImpl()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 171 HANDLE_CAST_INST(46, IntToPtr, IntToPtrInst) // Integer -> Pointer
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | MemoryBuiltins.cpp | 691 SizeOffsetType ObjectSizeOffsetVisitor::visitIntToPtrInst(IntToPtrInst&) { in visitIntToPtrInst() argument 894 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitIntToPtrInst(IntToPtrInst&) { in visitIntToPtrInst() argument
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 169 Instruction *visitIntToPtr(IntToPtrInst &CI);
|
/external/swiftshader/third_party/subzero/src/ |
D | IceConverter.cpp | 233 return convertIntToPtrInstruction(cast<IntToPtrInst>(Instr)); in convertInstruction() 377 Ice::Inst *convertIntToPtrInstruction(const IntToPtrInst *Instr) { in convertIntToPtrInstruction()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | InlineCost.cpp | 107 if (CI->isLosslessCast() || isa<IntToPtrInst>(CI) || in analyzeBasicBlock()
|