| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
| H A D | ProvenanceAnalysis.cpp | 100 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/ |
| H A D | PtrUseVisitor.h | 262 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Interpreter.h | 146 void visitPtrToIntInst(PtrToIntInst &I);
|
| H A D | Execution.cpp | 1747 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | InstVisitor.h | 186 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
|
| H A D | Instruction.def | 193 HANDLE_CAST_INST(47, PtrToInt, PtrToIntInst) // Pointer -> Integer
|
| H A D | Instructions.h | 5101 class PtrToIntInst : public CastInst { 5107 PtrToIntInst *cloneImpl() const; 5111 PtrToIntInst( 5119 PtrToIntInst(
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | Instructions.cpp | 2960 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore); in Create() 2982 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd); in Create() 3537 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 3543 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst 4432 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl() 4433 return new PtrToIntInst(getOperand(0), getType()); in cloneImpl()
|
| H A D | Verifier.cpp | 489 void visitPtrToIntInst(PtrToIntInst &I); 3012 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
| H A D | StackProtector.cpp | 189 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in HasAddressTaken()
|
| H A D | Analysis.cpp | 291 } else if (isa<PtrToIntInst>(I)) { in getNoopInput()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | CFLGraph.h | 272 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst()
|
| H A D | InlineCost.cpp | 390 bool visitPtrToInt(PtrToIntInst &I); 1278 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) { in visitPtrToInt()
|
| H A D | VectorUtils.cpp | 557 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) || in computeMinimumValueSizes()
|
| H A D | InstructionSimplify.cpp | 3403 if (MaxRecurse && isa<PtrToIntInst>(LI) && in SimplifyICmpInst() 3411 } else if (PtrToIntInst *RI = dyn_cast<PtrToIntInst>(RHS)) { in SimplifyICmpInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUPrintfRuntimeBinding.cpp | 468 Arg = new PtrToIntInst(Arg, DstType, "PrintArgPtr", Brnch); in lowerPrintfForGpu()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineInternal.h | 137 Instruction *visitPtrToInt(PtrToIntInst &CI);
|
| H A D | InstCombinePHI.cpp | 145 if (auto *PI = dyn_cast<PtrToIntInst>(Arg)) { in foldIntegerTypedPHI()
|
| H A D | InstCombineCompares.cpp | 510 if (!isa<IntToPtrInst>(V) && !isa<PtrToIntInst>(V) && in canRewriteGEPAsOffset() 516 if (isa<IntToPtrInst>(V) || isa<PtrToIntInst>(V)) { in canRewriteGEPAsOffset() 753 if (auto *CI = dyn_cast<PtrToIntInst>(V)) { in getAsConstantIndexedAddress()
|
| H A D | InstCombineCasts.cpp | 1981 Instruction *InstCombinerImpl::visitPtrToInt(PtrToIntInst &CI) { in visitPtrToInt()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | InferAddressSpaces.cpp | 474 cast<PtrToIntInst>(I2P->getOperand(0))->getPointerOperand()); in collectFlatAddressExpressions()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/ |
| H A D | AddressSanitizer.cpp | 1484 return V->getType()->isPointerTy() || isa<PtrToIntInst>(V); in isPointerOperand() 3359 isa<PtrToIntInst>(LocalStackBaseAlloca) in processStaticAllocas() 3360 ? cast<PtrToIntInst>(LocalStackBaseAlloca)->getPointerOperand() in processStaticAllocas()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm-c/ |
| H A D | Core.h | 1638 macro(PtrToIntInst) \
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyCFG.cpp | 747 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV)) { in isValueEqualityComparison()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/ |
| H A D | AttributorAttributes.cpp | 3725 TrackUse = !isa<PtrToIntInst>(I); in getKnownAlignForUse() 4263 if (isa<PtrToIntInst>(UInst)) { in captured()
|