Home
last modified time | relevance | path

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

12

/llvm-project-15.0.7/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerRefTypesIntPtrConv.cpp63 PtrToIntInst *PTI = dyn_cast<PtrToIntInst>(&*I); in runOnFunction()
/llvm-project-15.0.7/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp100 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h255 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h146 void visitPtrToIntInst(PtrToIntInst &I);
H A DExecution.cpp1747 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstVisitor.h185 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
H A DInstruction.def193 HANDLE_CAST_INST(47, PtrToInt, PtrToIntInst) // Pointer -> Integer
H A DInstructions.h5172 class PtrToIntInst : public CastInst {
5178 PtrToIntInst *cloneImpl() const;
5182 PtrToIntInst(
5190 PtrToIntInst(
/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DStackProtector.cpp186 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in HasAddressTaken()
H A DAnalysis.cpp312 } else if (isa<PtrToIntInst>(I)) { in getNoopInput()
/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp3199 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore); in Create()
3221 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd); in Create()
3776 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst
3782 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst
4740 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl()
4741 return new PtrToIntInst(getOperand(0), getType()); in cloneImpl()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DCFLGraph.h272 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst()
H A DInlineCost.cpp431 bool visitPtrToInt(PtrToIntInst &I);
1594 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) { in visitPtrToInt()
H A DVectorUtils.cpp687 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) || in computeMinimumValueSizes()
H A DInstructionSimplify.cpp3658 if (MaxRecurse && isa<PtrToIntInst>(LI) && in simplifyICmpInst()
3666 } else if (PtrToIntInst *RI = dyn_cast<PtrToIntInst>(RHS)) { in simplifyICmpInst()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp463 Arg = new PtrToIntInst(Arg, DstType, "PrintArgPtr", Brnch); in lowerPrintfForGpu()
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRInterpreter.cpp1141 const PtrToIntInst *ptr_to_int_inst = cast<PtrToIntInst>(inst); in Interpret()
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp146 if (auto *PI = dyn_cast<PtrToIntInst>(Arg)) { in foldIntegerTypedPHI()
303 if (!all_of(PN.users(), [](User *U) { return isa<PtrToIntInst>(U); })) in foldPHIArgIntToPtrToPHI()
H A DInstCombineInternal.h138 Instruction *visitPtrToInt(PtrToIntInst &CI);
H A DInstCombineCompares.cpp539 if (!isa<IntToPtrInst>(V) && !isa<PtrToIntInst>(V) && in canRewriteGEPAsOffset()
545 if (isa<IntToPtrInst>(V) || isa<PtrToIntInst>(V)) { in canRewriteGEPAsOffset()
776 if (auto *CI = dyn_cast<PtrToIntInst>(V)) { in getAsConstantIndexedAddress()
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1329 return V->getType()->isPointerTy() || isa<PtrToIntInst>(V); in isPointerOperand()
3225 isa<PtrToIntInst>(LocalStackBaseAlloca) in processStaticAllocas()
3226 ? cast<PtrToIntInst>(LocalStackBaseAlloca)->getPointerOperand() in processStaticAllocas()
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopDetection.cpp513 if (auto *P2I = dyn_cast<PtrToIntInst>(V)) in involvesMultiplePtrs()
/llvm-project-15.0.7/llvm/include/llvm-c/
H A DCore.h1669 macro(PtrToIntInst) \
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp781 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV)) { in isValueEqualityComparison()
H A DLocal.cpp1931 isa<IntToPtrInst>(&I) || isa<PtrToIntInst>(&I))) in salvageDebugInfoImpl()

12