Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineConstantPool.h72 MachineConstantPoolValue *MachineCPVal; member
87 Val.MachineCPVal = V; in MachineConstantPoolEntry()
H A DSelectionDAGNodes.h2007 MachineConstantPoolValue *MachineCPVal;
2028 Val.MachineCPVal = v;
2044 return Val.MachineCPVal;
/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaAsmPrinter.cpp112 static_cast<XtensaConstantPoolValue *>(CPE.Val.MachineCPVal); in emitMachineConstantPoolEntry()
114 emitMachineConstantPoolValue(CPE.Val.MachineCPVal); in emitMachineConstantPoolEntry()
H A DXtensaConstantPoolValue.h70 Constants[i].Val.MachineCPVal); in getExistingMachineCPValueImpl()
/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp34 static_cast<SystemZConstantPoolValue *>(Constants[I].Val.MachineCPVal); in getExistingMachineCPValue()
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1453 return Val.MachineCPVal->getSizeInBytes(DL); in CanShareConstantPoolEntry()
1487 Deleted.insert(C.Val.MachineCPVal); in getConstantPoolIndex()
1488 delete C.Val.MachineCPVal; in getConstantPoolIndex()
1593 Constants[i].Val.MachineCPVal->print(OS);
H A DMIRPrinter.cpp634 Constant.Val.MachineCPVal->print(StrOS); in guessSuccessors()
/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()
/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.cpp1820 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
H A DARMBaseInstrInfo.cpp1790 static_cast<ARMConstantPoolValue*>(MCPE.Val.MachineCPVal); in duplicateCPV()
1914 static_cast<ARMConstantPoolValue*>(MCPE0.Val.MachineCPVal); in produceSameValue()
1916 static_cast<ARMConstantPoolValue*>(MCPE1.Val.MachineCPVal); in produceSameValue()
/llvm-project/llvm/lib/Target/Mips/
H A DMipsAsmPrinter.cpp225 emitMachineConstantPoolValue(MCPE.Val.MachineCPVal); in emitInstruction()
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2846 emitMachineConstantPoolValue(CPE.Val.MachineCPVal); in emitSpecialLLVMGlobal()
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp13076 return Val.MachineCPVal->getType(); in getTokenFactor()