Searched refs:ptrVal (Results 1 – 7 of 7) sorted by relevance
/external/llvm/test/Transforms/GlobalOpt/ |
D | invariant.group.barrier.ll | 46 ; 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/ |
D | NVPTXISelLowering.cpp | 3246 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/ |
D | TargetLowering.h | 493 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/ |
D | AArch64ISelLowering.cpp | 6751 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/ |
D | ARMISelLowering.cpp | 11731 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/ |
D | PPCISelLowering.cpp | 11248 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/ |
D | SelectionDAGBuilder.cpp | 3665 MachinePointerInfo(Info.ptrVal, Info.offset), in visitTargetIntrinsic()
|