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

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineConstantPool.h 72 MachineConstantPoolValue *MachineCPVal;
87 Val.MachineCPVal = V;
SelectionDAGNodes.h 1817 MachineConstantPoolValue *MachineCPVal;
1838 Val.MachineCPVal = v;
1854 return Val.MachineCPVal;
  /src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
SystemZConstantPoolValue.cpp 35 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal);
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMConstantPoolValue.h 85 static_cast<ARMConstantPoolValue*>(Constants[i].Val.MachineCPVal);
ARMConstantPoolValue.cpp 197 CP->getConstants()[index].Val.MachineCPVal);
ARMBaseInstrInfo.cpp 1743 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal);
1873 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal);
1875 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal);
ARMAsmPrinter.cpp 1676 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
MachineFunction.cpp 1115 return Val.MachineCPVal->getSizeInBytes(DL);
1149 Deleted.insert(Constants[i].Val.MachineCPVal);
1150 delete Constants[i].Val.MachineCPVal;
1246 Constants[i].Val.MachineCPVal->print(OS);
MIRPrinter.cpp 535 Constant.Val.MachineCPVal->print(StrOS);
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsAsmPrinter.cpp 229 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp 2067 emitMachineConstantPoolValue(CPE.Val.MachineCPVal);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp 10198 return Val.MachineCPVal->getType();

Completed in 80 milliseconds