Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h72 MachineConstantPoolValue *MachineCPVal; member
87 Val.MachineCPVal = V; in MachineConstantPoolEntry()
H A DSelectionDAGNodes.h1973 MachineConstantPoolValue *MachineCPVal;
1994 Val.MachineCPVal = v;
2010 return Val.MachineCPVal;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp35 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaAsmPrinter.cpp108 static_cast<XtensaConstantPoolValue *>(CPE.Val.MachineCPVal); in emitMachineConstantPoolEntry()
110 emitMachineConstantPoolValue(CPE.Val.MachineCPVal); in emitMachineConstantPoolEntry()
H A DXtensaConstantPoolValue.h70 Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1382 return Val.MachineCPVal->getSizeInBytes(DL); in getSizeInBytes()
1416 Deleted.insert(C.Val.MachineCPVal); in ~MachineConstantPool()
1417 delete C.Val.MachineCPVal; in ~MachineConstantPool()
1522 Constants[i].Val.MachineCPVal->print(OS); in print()
H A DMIRPrinter.cpp584 Constant.Val.MachineCPVal->print(StrOS); in convert()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYConstantPoolValue.h94 static_cast<CSKYConstantPoolValue *>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
H A DCSKYAsmPrinter.cpp116 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitCustomConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h85 static_cast<ARMConstantPoolValue*>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
H A DARMConstantPoolValue.cpp197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
H A DARMAsmPrinter.cpp1816 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
H A DARMBaseInstrInfo.cpp1774 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1898 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1900 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp229 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2687 emitMachineConstantPoolValue(CPE.Val.MachineCPVal); in emitConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp12721 return Val.MachineCPVal->getType(); in getType()