Home
last modified time | relevance | path

Searched refs:ptrVal (Results 1 – 7 of 7) sorted by relevance

/external/llvm/test/Transforms/GlobalOpt/
Dinvariant.group.barrier.ll46 ; val = load i32, i32* %ptrVal, !invariant.group !0
67 %ptrVal = load i32*, i32** @ptrToTmp3
68 %val = load i32, i32* %ptrVal, !invariant.group !0
/external/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp3246 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
3258 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
3277 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
3298 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
3366 Info.ptrVal = nullptr; in getTgtMemIntrinsic()
3488 Info.ptrVal = nullptr; in getTgtMemIntrinsic()
3543 Info.ptrVal = nullptr; in getTgtMemIntrinsic()
3598 Info.ptrVal = nullptr; in getTgtMemIntrinsic()
3653 Info.ptrVal = nullptr; in getTgtMemIntrinsic()
3693 Info.ptrVal = nullptr; in getTgtMemIntrinsic()
/external/llvm/include/llvm/Target/
DTargetLowering.h493 const Value* ptrVal; // value representing memory location member
502 IntrinsicInfo() : opc(0), ptrVal(nullptr), offset(0), size(0), align(1), in IntrinsicInfo()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6751 Info.ptrVal = I.getArgOperand(I.getNumArgOperands() - 1); in getTgtMemIntrinsic()
6778 Info.ptrVal = I.getArgOperand(I.getNumArgOperands() - 1); in getTgtMemIntrinsic()
6791 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
6804 Info.ptrVal = I.getArgOperand(1); in getTgtMemIntrinsic()
6816 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
6828 Info.ptrVal = I.getArgOperand(2); in getTgtMemIntrinsic()
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp11731 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
11758 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
11773 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
11787 Info.ptrVal = I.getArgOperand(1); in getTgtMemIntrinsic()
11799 Info.ptrVal = I.getArgOperand(2); in getTgtMemIntrinsic()
11811 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp11248 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
11284 Info.ptrVal = I.getArgOperand(0); in getTgtMemIntrinsic()
11338 Info.ptrVal = I.getArgOperand(1); in getTgtMemIntrinsic()
11373 Info.ptrVal = I.getArgOperand(1); in getTgtMemIntrinsic()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp3665 MachinePointerInfo(Info.ptrVal, Info.offset), in visitTargetIntrinsic()