Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h81 MachineConstantPoolValue *MachineCPVal; member
94 Val.MachineCPVal = V; in MachineConstantPoolEntry()
H A DSelectionDAGNodes.h1515 MachineConstantPoolValue *MachineCPVal;
1535 Val.MachineCPVal = v;
1551 return Val.MachineCPVal;
/minix3/external/bsd/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp47 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DMachineFunction.cpp829 return Val.MachineCPVal->getType(); in getType()
836 return Val.MachineCPVal->getRelocationInfo(); in getRelocationInfo()
874 delete Constants[i].Val.MachineCPVal; in ~MachineConstantPool()
974 Constants[i].Val.MachineCPVal->print(OS); in print()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h78 (ARMConstantPoolValue *)Constants[i].Val.MachineCPVal; in getExistingMachineCPValueImpl()
H A DARMBaseInstrInfo.cpp1352 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1474 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1476 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
H A DARMAsmPrinter.cpp1555 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp170 EmitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in EmitInstruction()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp1161 EmitMachineConstantPoolValue(CPE.Val.MachineCPVal); in EmitConstantPool()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6685 return Val.MachineCPVal->getType(); in getType()