Home
last modified time | relevance | path

Searched refs:PtrToIntInst (Results 1 – 25 of 82) sorted by relevance

1234

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DAlignmentFromAssumptions.cpp261 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/
DAlignmentFromAssumptions.cpp263 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(AndLHS)) { in extractAlignmentInfo()
272 if (PtrToIntInst *PToI = dyn_cast<PtrToIntInst>(OpUnk->getValue())) { in extractAlignmentInfo()
/external/llvm/lib/CodeGen/
DStackProtector.cpp171 } else if (const PtrToIntInst *SI = dyn_cast<PtrToIntInst>(U)) { in HasAddressTaken()
/external/llvm-project/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp100 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
/external/llvm/include/llvm/Analysis/
DPtrUseVisitor.h242 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp103 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
/external/llvm/lib/Transforms/ObjCARC/
DProvenanceAnalysis.cpp95 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DPtrUseVisitor.h263 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/external/llvm-project/llvm/include/llvm/Analysis/
DPtrUseVisitor.h262 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/external/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h146 void visitPtrToIntInst(PtrToIntInst &I);
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h147 void visitPtrToIntInst(PtrToIntInst &I);
/external/llvm/lib/ExecutionEngine/Interpreter/
DInterpreter.h166 void visitPtrToIntInst(PtrToIntInst &I);
/external/llvm/include/llvm/IR/
DInstVisitor.h194 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
DInstruction.def170 HANDLE_CAST_INST(45, PtrToInt, PtrToIntInst) // Pointer -> Integer
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstVisitor.h187 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
DInstruction.def193 HANDLE_CAST_INST(47, PtrToInt, PtrToIntInst) // Pointer -> Integer
/external/llvm-project/llvm/include/llvm/IR/
DInstVisitor.h186 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
DInstruction.def193 HANDLE_CAST_INST(47, PtrToInt, PtrToIntInst) // Pointer -> Integer
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.def170 HANDLE_CAST_INST(45, PtrToInt, PtrToIntInst) // Pointer -> Integer
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DInstructions.cpp2753 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/
DInstructions.cpp2660 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/
DStackProtector.cpp179 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in HasAddressTaken()
/external/llvm/lib/Analysis/
DCFLGraph.h234 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst()
/external/llvm-project/llvm/lib/CodeGen/
DStackProtector.cpp188 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in HasAddressTaken()
/external/llvm-project/llvm/lib/IR/
DInstructions.cpp2939 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()

1234