/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | AlignmentFromAssumptions.cpp | 261 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(AndLHS)) { in extractAlignmentInfo() 270 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/llvm-project/llvm/lib/Transforms/ObjCARC/ |
D | ProvenanceAnalysis.cpp | 100 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
|
/external/llvm/include/llvm/Analysis/ |
D | PtrUseVisitor.h | 242 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/ |
D | ProvenanceAnalysis.cpp | 103 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-10.0/llvm/include/llvm/Analysis/ |
D | PtrUseVisitor.h | 263 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | PtrUseVisitor.h | 262 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 146 void visitPtrToIntInst(PtrToIntInst &I);
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 147 void visitPtrToIntInst(PtrToIntInst &I);
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Interpreter.h | 166 void visitPtrToIntInst(PtrToIntInst &I);
|
/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-10.0/llvm/include/llvm/IR/ |
D | InstVisitor.h | 187 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
|
D | Instruction.def | 193 HANDLE_CAST_INST(47, PtrToInt, PtrToIntInst) // Pointer -> Integer
|
/external/llvm-project/llvm/include/llvm/IR/ |
D | InstVisitor.h | 186 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
|
D | Instruction.def | 193 HANDLE_CAST_INST(47, PtrToInt, PtrToIntInst) // Pointer -> Integer
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Instruction.def | 170 HANDLE_CAST_INST(45, PtrToInt, PtrToIntInst) // Pointer -> Integer
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Instructions.cpp | 2753 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore); in Create() 2775 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd); in Create() 3401 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 3407 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 4216 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl() 4217 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-10.0/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 179 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in HasAddressTaken()
|
/external/llvm/lib/Analysis/ |
D | CFLGraph.h | 234 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | StackProtector.cpp | 188 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in HasAddressTaken()
|
/external/llvm-project/llvm/lib/IR/ |
D | Instructions.cpp | 2939 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore); in Create() 2961 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd); in Create() 3516 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 3522 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 4411 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl() 4412 return new PtrToIntInst(getOperand(0), getType()); in cloneImpl()
|