HomeSort by: relevance | last modified time | path
    Searched refs:ptrVal (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 3479 Info.ptrVal = I.getArgOperand(0);
3503 Info.ptrVal = I.getArgOperand(0);
3529 Info.ptrVal = I.getArgOperand(0);
3567 Info.ptrVal = I.getArgOperand(0);
3588 Info.ptrVal = I.getArgOperand(0);
3609 Info.ptrVal = I.getArgOperand(0);
3630 Info.ptrVal = I.getArgOperand(0);
3647 Info.ptrVal = I.getArgOperand(0);
3668 Info.ptrVal = I.getArgOperand(0);
3689 Info.ptrVal = I.getArgOperand(0)
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 708 Info.ptrVal = I.getArgOperand(0);
722 Info.ptrVal = I.getArgOperand(0);
730 Info.ptrVal = I.getArgOperand(0);
739 Info.ptrVal = I.getArgOperand(0);
783 Info.ptrVal = I.getArgOperand(0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp 1030 Info.ptrVal =
1034 Info.ptrVal =
1100 Info.ptrVal = CI.getOperand(0);
1115 Info.ptrVal =
1130 Info.ptrVal = CI.getOperand(0);
1143 Info.ptrVal = CI.getOperand(0);
1154 Info.ptrVal =
1169 Info.ptrVal = CI.getOperand(0);
1186 Info.ptrVal =
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMISelLowering.cpp 19041 Info.ptrVal = I.getArgOperand(0);
19057 Info.ptrVal = I.getArgOperand(I.getNumArgOperands() - 1);
19082 Info.ptrVal = I.getArgOperand(0);
19104 Info.ptrVal = I.getArgOperand(0);
19118 Info.ptrVal = I.getArgOperand(0);
19132 Info.ptrVal = I.getArgOperand(0);
19142 Info.ptrVal = nullptr;
19151 Info.ptrVal = nullptr;
19160 Info.ptrVal = nullptr;
19172 Info.ptrVal = nullptr
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 2033 Info.ptrVal = getUnderLyingObjectForBrevLdIntr(BasePtrVal);
2057 Info.ptrVal = I.getArgOperand(0);
  /src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp 10799 Info.ptrVal = CI.getArgOperand(CI.getNumArgOperands() - 1);
10837 Info.ptrVal = I.getArgOperand(I.getNumArgOperands() - 1);
10863 Info.ptrVal = I.getArgOperand(I.getNumArgOperands() - 1);
10875 Info.ptrVal = I.getArgOperand(0);
10886 Info.ptrVal = I.getArgOperand(1);
10896 Info.ptrVal = I.getArgOperand(0);
10905 Info.ptrVal = I.getArgOperand(2);
10914 Info.ptrVal = I.getArgOperand(1);
10926 Info.ptrVal = I.getArgOperand(2);
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetLowering.h 987 PointerUnion<const Value *, const PseudoSourceValue *> ptrVal;
989 int offset = 0; // offset off of ptrVal
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
IRTranslator.cpp 2343 MIB.addMemOperand(MF->getMachineMemOperand(MachinePointerInfo(Info.ptrVal),
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86ISelLowering.cpp 5139 Info.ptrVal = I.getArgOperand(1);
5147 Info.ptrVal = I.getArgOperand(1);
5155 Info.ptrVal = I.getArgOperand(0);
5163 Info.ptrVal = I.getArgOperand(0);
5177 Info.ptrVal = I.getArgOperand(0);
5195 Info.ptrVal = nullptr;
5207 Info.ptrVal = nullptr;
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp 16002 Info.ptrVal = I.getArgOperand(0);
16042 Info.ptrVal = I.getArgOperand(1);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 4829 MachinePointerInfo(Info.ptrVal, Info.offset),
7511 static SDValue getMemCmpLoad(const Value *PtrVal, MVT LoadVT,
7515 if (const Constant *LoadInput = dyn_cast<Constant>(PtrVal)) {
7518 Type::getIntNTy(PtrVal->getContext(), LoadVT.getScalarSizeInBits());
7536 if (Builder.AA && Builder.AA->pointsToConstantMemory(PtrVal)) {
7544 SDValue Ptr = Builder.getValue(PtrVal);
7547 MachinePointerInfo(PtrVal), Align(1));
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.cpp 853 Info.ptrVal = I.getArgOperand(0);

Completed in 119 milliseconds