Home
last modified time | relevance | path

Searched refs:IntToPtrInst (Results 1 – 25 of 58) sorted by relevance

123

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DMemoryBuiltins.h45 class IntToPtrInst; variable
238 SizeOffsetType visitIntToPtrInst(IntToPtrInst&);
304 SizeOffsetEvalType visitIntToPtrInst(IntToPtrInst&);
/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h195 SizeOffsetType visitIntToPtrInst(IntToPtrInst&);
258 SizeOffsetEvalType visitIntToPtrInst(IntToPtrInst&);
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DInstVisitor.h188 RetTy visitIntToPtrInst(IntToPtrInst &I) { DELEGATE(CastInst); } in visitIntToPtrInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h148 void visitIntToPtrInst(IntToPtrInst &I);
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DInterpreter.h160 void visitIntToPtrInst(IntToPtrInst &I);
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstructions.cpp2263 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/
DInstCombinePHI.cpp102 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/
DInterpreter.h167 void visitIntToPtrInst(IntToPtrInst &I);
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.def156 HANDLE_CAST_INST(44, IntToPtr, IntToPtrInst) // Integer -> Pointer
DInstructions.h3355 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/
DInstVisitor.h198 RetTy visitIntToPtrInst(IntToPtrInst &I) { DELEGATE(CastInst);} in visitIntToPtrInst()
DInstruction.def175 HANDLE_CAST_INST(46, IntToPtr, IntToPtrInst) // Integer -> Pointer
/external/llvm/include/llvm/IR/
DInstVisitor.h195 RetTy visitIntToPtrInst(IntToPtrInst &I) { DELEGATE(CastInst);} in visitIntToPtrInst()
DInstruction.def171 HANDLE_CAST_INST(46, IntToPtr, IntToPtrInst) // Integer -> Pointer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp2476 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/
DMemoryBuiltins.cpp591 SizeOffsetType ObjectSizeOffsetVisitor::visitIntToPtrInst(IntToPtrInst&) { in visitIntToPtrInst() argument
790 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitIntToPtrInst(IntToPtrInst&) { in visitIntToPtrInst() argument
DCFLGraph.h239 void visitIntToPtrInst(IntToPtrInst &Inst) { in visitIntToPtrInst()
DVectorUtils.cpp383 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) || in computeMinimumValueSizes()
/external/llvm/unittests/IR/
DInstructionsTest.cpp315 CastInst *PtrVecA = new IntToPtrInst(C2xi32a, V2xi32PTy); in TEST()
316 CastInst *PtrVecB = new IntToPtrInst(C2xi32b, V2xi32PTy); in TEST()
/external/llvm/lib/IR/
DInstructions.cpp2661 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/
DInstruction.def171 HANDLE_CAST_INST(46, IntToPtr, IntToPtrInst) // Integer -> Pointer
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DMemoryBuiltins.cpp691 SizeOffsetType ObjectSizeOffsetVisitor::visitIntToPtrInst(IntToPtrInst&) { in visitIntToPtrInst() argument
894 SizeOffsetEvalType ObjectSizeOffsetEvaluator::visitIntToPtrInst(IntToPtrInst&) { in visitIntToPtrInst() argument
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombine.h169 Instruction *visitIntToPtr(IntToPtrInst &CI);
/external/swiftshader/third_party/subzero/src/
DIceConverter.cpp233 return convertIntToPtrInstruction(cast<IntToPtrInst>(Instr)); in convertInstruction()
377 Ice::Inst *convertIntToPtrInstruction(const IntToPtrInst *Instr) { in convertIntToPtrInstruction()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DInlineCost.cpp107 if (CI->isLosslessCast() || isa<IntToPtrInst>(CI) || in analyzeBasicBlock()

123