Searched refs:ptrVal (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp3246 Info.ptrVal = I.getArgOperand(0);
3258 Info.ptrVal = I.getArgOperand(0);
3277 Info.ptrVal = I.getArgOperand(0);
3298 Info.ptrVal = I.getArgOperand(0);
3366 Info.ptrVal = nullptr;
3488 Info.ptrVal = nullptr;
3543 Info.ptrVal = nullptr;
3598 Info.ptrVal = nullptr;
3653 Info.ptrVal = nullptr;
3693 Info.ptrVal
[all...]
/external/llvm/include/llvm/Target/
H A DTargetLowering.h493 const Value* ptrVal; // value representing memory location member in struct:llvm::TargetLoweringBase::IntrinsicInfo
494 int offset; // offset off of ptrVal
502 IntrinsicInfo() : opc(0), ptrVal(nullptr), offset(0), size(0), align(1),
/external/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp6751 Info.ptrVal = I.getArgOperand(I.getNumArgOperands() - 1);
6778 Info.ptrVal = I.getArgOperand(I.getNumArgOperands() - 1);
6791 Info.ptrVal = I.getArgOperand(0);
6804 Info.ptrVal = I.getArgOperand(1);
6816 Info.ptrVal = I.getArgOperand(0);
6828 Info.ptrVal = I.getArgOperand(2);
/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp11731 Info.ptrVal = I.getArgOperand(0);
11758 Info.ptrVal = I.getArgOperand(0);
11773 Info.ptrVal = I.getArgOperand(0);
11787 Info.ptrVal = I.getArgOperand(1);
11799 Info.ptrVal = I.getArgOperand(2);
11811 Info.ptrVal = I.getArgOperand(0);
/external/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11248 Info.ptrVal = I.getArgOperand(0);
11284 Info.ptrVal = I.getArgOperand(0);
11338 Info.ptrVal = I.getArgOperand(1);
11373 Info.ptrVal = I.getArgOperand(1);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3665 MachinePointerInfo(Info.ptrVal, Info.offset),

Completed in 993 milliseconds