Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp56 if (const PtrToIntInst *PTI = dyn_cast<const PtrToIntInst>(&I)) { in checkForInvalidNodes()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DProvenanceAnalysis.cpp100 if (isa<PtrToIntInst>(P)) in IsStoredObjCPointer()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DPtrUseVisitor.h262 void visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h146 void visitPtrToIntInst(PtrToIntInst &I);
H A DExecution.cpp1747 void Interpreter::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h186 RetTy visitPtrToIntInst(PtrToIntInst &I) { DELEGATE(CastInst);} in visitPtrToIntInst()
H A DInstruction.def193 HANDLE_CAST_INST(47, PtrToInt, PtrToIntInst) // Pointer -> Integer
H A DInstructions.h5113 class PtrToIntInst : public CastInst {
5119 PtrToIntInst *cloneImpl() const;
5123 PtrToIntInst(
5131 PtrToIntInst(
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackProtector.cpp189 if (AI == cast<PtrToIntInst>(I)->getOperand(0)) in HasAddressTaken()
H A DAnalysis.cpp291 } else if (isa<PtrToIntInst>(I)) { in getNoopInput()
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2980 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertBefore); in Create()
3002 case PtrToInt: return new PtrToIntInst (S, Ty, Name, InsertAtEnd); in Create()
3557 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst
3563 PtrToIntInst::PtrToIntInst( in PtrToIntInst() function in PtrToIntInst
4452 PtrToIntInst *PtrToIntInst::cloneImpl() const { in cloneImpl()
4453 return new PtrToIntInst(getOperand(0), getType()); in cloneImpl()
H A DVerifier.cpp489 void visitPtrToIntInst(PtrToIntInst &I);
2946 void Verifier::visitPtrToIntInst(PtrToIntInst &I) { in visitPtrToIntInst()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUPrintfRuntimeBinding.cpp462 Arg = new PtrToIntInst(Arg, DstType, "PrintArgPtr", Brnch); in lowerPrintfForGpu()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLGraph.h272 void visitPtrToIntInst(PtrToIntInst &Inst) { in visitPtrToIntInst()
H A DInlineCost.cpp394 bool visitPtrToInt(PtrToIntInst &I);
1496 bool CallAnalyzer::visitPtrToInt(PtrToIntInst &I) { in visitPtrToInt()
H A DVectorUtils.cpp567 if (isa<BitCastInst>(I) || isa<PtrToIntInst>(I) || isa<IntToPtrInst>(I) || in computeMinimumValueSizes()
H A DInstructionSimplify.cpp3443 if (MaxRecurse && isa<PtrToIntInst>(LI) && in SimplifyICmpInst()
3451 } else if (PtrToIntInst *RI = dyn_cast<PtrToIntInst>(RHS)) { in SimplifyICmpInst()
/freebsd-13.1/contrib/llvm-project/lldb/source/Expression/
H A DIRInterpreter.cpp1133 const PtrToIntInst *ptr_to_int_inst = cast<PtrToIntInst>(inst); in Interpret()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h137 Instruction *visitPtrToInt(PtrToIntInst &CI);
H A DInstCombinePHI.cpp145 if (auto *PI = dyn_cast<PtrToIntInst>(Arg)) { in foldIntegerTypedPHI()
H A DInstCombineCompares.cpp533 if (!isa<IntToPtrInst>(V) && !isa<PtrToIntInst>(V) && in canRewriteGEPAsOffset()
539 if (isa<IntToPtrInst>(V) || isa<PtrToIntInst>(V)) { in canRewriteGEPAsOffset()
776 if (auto *CI = dyn_cast<PtrToIntInst>(V)) { in getAsConstantIndexedAddress()
H A DInstCombineCasts.cpp2046 Instruction *InstCombinerImpl::visitPtrToInt(PtrToIntInst &CI) { in visitPtrToInt()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DAddressSanitizer.cpp1494 return V->getType()->isPointerTy() || isa<PtrToIntInst>(V); in isPointerOperand()
3370 isa<PtrToIntInst>(LocalStackBaseAlloca) in processStaticAllocas()
3371 ? cast<PtrToIntInst>(LocalStackBaseAlloca)->getPointerOperand() in processStaticAllocas()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm-c/
H A DCore.h1638 macro(PtrToIntInst) \
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp741 if (PtrToIntInst *PTII = dyn_cast<PtrToIntInst>(CV)) { in isValueEqualityComparison()

12