Home
last modified time | relevance | path

Searched refs:MachineCPVal (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachineConstantPool.h81 MachineConstantPoolValue *MachineCPVal; member
94 Val.MachineCPVal = V; in MachineConstantPoolEntry()
DSelectionDAGNodes.h1498 MachineConstantPoolValue *MachineCPVal;
1518 Val.MachineCPVal = v;
1534 return Val.MachineCPVal;
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp52 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
/external/llvm/lib/CodeGen/
DMachineFunction.cpp817 return Val.MachineCPVal->getType(); in getType()
824 return Val.MachineCPVal->getRelocationInfo(); in getRelocationInfo()
862 delete Constants[i].Val.MachineCPVal; in ~MachineConstantPool()
962 Constants[i].Val.MachineCPVal->print(OS); in print()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h78 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal; in getExistingMachineCPValueImpl()
DARMBaseInstrInfo.cpp1353 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1475 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1477 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
DARMAsmPrinter.cpp1504 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
/external/llvm/lib/Target/Mips/
DMipsAsmPrinter.cpp171 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp1270 EmitMachineConstantPoolValue(CPE.Val.MachineCPVal); in EmitConstantPool()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp6790 return Val.MachineCPVal->getType(); in getType()