/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 263 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(AndLHS)) { in extractAlignmentInfo() 272 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(OpUnk->getValue())) { in extractAlignmentInfo()
|
/external/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 263 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(AndLHS)) { in extractAlignmentInfo() 272 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(OpUnk->getValue())) { in extractAlignmentInfo()
|
/external/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 171 } else if (const PtrToIntInst *SI = dyn_cast<PtrToIntInst>(U)) { in HasAddressTaken()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 173 } else if (const PtrToIntInst *SI = dyn_cast<PtrToIntInst>(U)) { in HasAddressTaken()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/ |
D | PtrUseVisitor.h | 260 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
/external/llvm/include/llvm/Analysis/ |
D | PtrUseVisitor.h | 242 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/ObjCARC/ |
D | ProvenanceAnalysis.cpp | 104 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
|
/external/llvm/lib/Transforms/ObjCARC/ |
D | ProvenanceAnalysis.cpp | 95 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | InstVisitor.h | 187 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst); } in visitPtrToIntInst()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 147 void visitPtrToIntInst(PtrToIntInst &I);
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 159 void visitPtrToIntInst(PtrToIntInst &I);
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 2262 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore); in Create() 2285 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd); in Create() 2771 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 2777 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 3412 PtrToIntInst *PtrToIntInst::clone_impl() const { in clone_impl() 3413 return new PtrToIntInst(getOperand(0), getType()); in clone_impl()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 166 void visitPtrToIntInst(PtrToIntInst &I);
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | Instruction.def | 155 HANDLE_CAST_INST(43, PtrToInt, PtrToIntInst) // Pointer -> Integer
|
D | Instructions.h | 3391 class PtrToIntInst : public CastInst { 3394 virtual PtrToIntInst *clone_impl() const; 3398 PtrToIntInst( 3406 PtrToIntInst( 3414 static inline bool classof(const PtrToIntInst *) { return true; }
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/ |
D | InstVisitor.h | 197 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
|
D | Instruction.def | 174 HANDLE_CAST_INST(45, PtrToInt, PtrToIntInst) // Pointer -> Integer
|
/external/llvm/include/llvm/IR/ |
D | InstVisitor.h | 194 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
|
D | Instruction.def | 170 HANDLE_CAST_INST(45, PtrToInt, PtrToIntInst) // Pointer -> Integer
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Instructions.cpp | 2475 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore); in Create() 2497 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd); in Create() 3121 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 3127 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 3789 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl() 3790 return new PtrToIntInst(getOperand(0), getType()); in cloneImpl()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 2660 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore); in Create() 2682 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd); in Create() 3306 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 3312 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 3991 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl() 3992 return new PtrToIntInst(getOperand(0), getType()); in cloneImpl()
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 170 HANDLE_CAST_INST(45, PtrToInt, PtrToIntInst) // Pointer -> Integer
|
/external/llvm/lib/Analysis/ |
D | CFLGraph.h | 234 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst()
|
D | VectorUtils.cpp | 383 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) || in computeMinimumValueSizes()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombine.h | 168 Instruction *visitPtrToInt(PtrToIntInst &CI);
|