Home
last modified time | relevance | path

Searched refs:DerivedPtr (Results 1 – 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp904 const Value *DerivedPtr = Relocate.getDerivedPtr(); in visitGCRelocate() local
905 SDValue SD = getValue(DerivedPtr); in visitGCRelocate()
908 auto SlotIt = SpillMap.find(DerivedPtr); in visitGCRelocate()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DStatepointLowering.cpp964 const Value *DerivedPtr = Relocate.getDerivedPtr(); in visitGCRelocate() local
965 SDValue SD = getValue(DerivedPtr); in visitGCRelocate()
968 auto SlotIt = SpillMap.find(DerivedPtr); in visitGCRelocate()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp2308 Value *DerivedPtr = cast<GCRelocateInst>(II)->getDerivedPtr(); in visitCallInst() local
2319 if (isa<UndefValue>(DerivedPtr)) in visitCallInst()
2327 if (isa<ConstantPointerNull>(DerivedPtr)) in visitCallInst()
2332 if (isKnownNonNullAt(DerivedPtr, II, DT)) in visitCallInst()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3767 Value *DerivedPtr = cast<GCRelocateInst>(II)->getDerivedPtr(); in visitCallInst() local
3778 if (isa<UndefValue>(DerivedPtr)) in visitCallInst()
3786 if (isa<ConstantPointerNull>(DerivedPtr)) in visitCallInst()
3791 if (isKnownNonZero(DerivedPtr, DL, 0, &AC, II, &DT)) in visitCallInst()