HomeSort by relevance Sort by last modified time
    Searched refs:getIntPtrConstant (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Target/X86/
X86SelectionDAGInfo.cpp 113 Count = DAG.getIntPtrConstant(SizeVal);
119 Count = DAG.getIntPtrConstant(SizeVal / UBytes);
128 Count = DAG.getIntPtrConstant(SizeVal);
227 SDValue Count = DAG.getIntPtrConstant(CountVal);
X86ISelLowering.cpp 89 SDValue VecIdx = DAG.getIntPtrConstant(NormalizedIdxVal);
136 SDValue VecIdx = DAG.getIntPtrConstant(NormalizedIdxVal);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp 705 Chain = DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(ArgsSize, true),
748 SDValue PtrOff = DAG.getIntPtrConstant(64);
765 SDValue PtrOff = DAG.getIntPtrConstant(Offset);
783 DAG.getIntPtrConstant(4));
798 SDValue PtrOff = DAG.getIntPtrConstant(Offset);
808 SDValue PtrOff = DAG.getIntPtrConstant(Offset);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXISelLowering.cpp 516 DAG.getCALLSEQ_START(Chain, DAG.getIntPtrConstant(uniqueCallSite, true),
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeTypesGeneric.cpp 172 DAG.getIntPtrConstant(IncrementSize));
265 DAG.getIntPtrConstant(IncrementSize));
456 DAG.getIntPtrConstant(IncrementSize));
LegalizeVectorOps.cpp 435 DAG.getIntPtrConstant(LoadBytes));
503 DAG.getIntPtrConstant(Stride));
562 DAG.getIntPtrConstant(Stride));
LegalizeDAG.cpp 690 DAG.getIntPtrConstant(4));
    [all...]
LegalizeVectorTypes.cpp 786 DAG.getIntPtrConstant(IncrementSize));
828 DAG.getIntPtrConstant(IncrementSize));
    [all...]
LegalizeTypes.cpp     [all...]
LegalizeIntegerTypes.cpp 680 DAG.getIntPtrConstant(SmallVT.getSizeInBits()));
    [all...]
LegalizeFloatTypes.cpp     [all...]
SelectionDAGBuilder.cpp 425 DAG.getIntPtrConstant(RoundBits));
452 ThisVT, Part0, DAG.getIntPtrConstant(1));
454 ThisVT, Part0, DAG.getIntPtrConstant(0));
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/R600/
AMDGPUISelDAGToDAG.cpp 701 IntPtr = CurDAG->getIntPtrConstant(Cst->getZExtValue() / 4, true);
711 Offset = CurDAG->getIntPtrConstant(0, true);
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp 591 Chain = DAG.getCALLSEQ_END(Chain, DAG.getIntPtrConstant(NumBytes, true),
592 DAG.getIntPtrConstant(0, true), InFlag, dl);
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 639 FIN = DAG.getNode(ISD::ADD, DL, PtrVT, FIN, DAG.getIntPtrConstant(4));
756 DAG.getIntPtrConstant(Offset));
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h 361 SDValue getIntPtrConstant(uint64_t Val, bool isTarget = false);
    [all...]
  /external/llvm/lib/Target/Mips/
MipsISelLowering.cpp     [all...]
  /external/llvm/lib/Target/MSP430/
MSP430ISelLowering.cpp 521 DAG.getIntPtrConstant(VA.getLocMemOffset()));
    [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 724 DAG.getIntPtrConstant(VT.getSizeInBits() / 8));
    [all...]

Completed in 1926 milliseconds