Home
last modified time | relevance | path

Searched refs:MachineCPVal (Results 1 – 17 of 17) 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.h2086 MachineConstantPoolValue *MachineCPVal;
2107 Val.MachineCPVal = v;
2123 return Val.MachineCPVal;
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp34 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVConstantPoolValue.cpp45 static_cast<RISCVConstantPoolValue *>(Constants[i].Val.MachineCPVal); in getExistingMachineCPValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaAsmPrinter.cpp115 static_cast<XtensaConstantPoolValue *>(CPE.Val.MachineCPVal); in emitMachineConstantPoolEntry()
117 emitMachineConstantPoolValue(CPE.Val.MachineCPVal); in emitMachineConstantPoolEntry()
H A DXtensaConstantPoolValue.h70 Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
/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/CodeGen/
H A DMachineFunction.cpp1452 return Val.MachineCPVal->getSizeInBytes(DL); in getSizeInBytes()
1486 Deleted.insert(C.Val.MachineCPVal); in ~MachineConstantPool()
1487 delete C.Val.MachineCPVal; in ~MachineConstantPool()
1592 Constants[i].Val.MachineCPVal->print(OS); in print()
H A DMIRPrinter.cpp599 Constant.Val.MachineCPVal->print(StrOS); in convertMCP()
/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 DARMBaseInstrInfo.cpp1617 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1741 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1743 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
H A DARMAsmPrinter.cpp1850 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp227 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2943 emitMachineConstantPoolValue(CPE.Val.MachineCPVal); in emitConstantPool()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp13296 return Val.MachineCPVal->getType(); in getType()