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

  /external/llvm/lib/Target/ARM/
ARMMachineFunctionInfo.h 212 void recordCPEClone(unsigned CPIdx, unsigned CPCloneIdx) {
213 if (!CPEClones.insert(std::make_pair(CPCloneIdx, CPIdx)).second)
ARMAsmPrinter.cpp     [all...]
ARMISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 148 SDValue CPIdx =
153 MVT::Other, CPIdx,
  /external/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 156 unsigned CPIdx = (unsigned)MI->getOperand(1).getIndex();
166 const MachineConstantPoolEntry &MCPE = MCP->getConstants()[CPIdx];
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp 287 SDValue CPIdx = DAG.getConstantPool(LLVMC, TLI.getPointerTy());
288 unsigned Alignment = cast<ConstantPoolSDNode>(CPIdx)->getAlignment();
293 CPIdx, MachinePointerInfo::getConstantPool(),
298 DAG.getLoad(OrigVT, dl, DAG.getEntryNode(), CPIdx,
    [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 314 milliseconds