Home
last modified time | relevance | path

Searched refs:CPV (Results 1 – 18 of 18) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1549 void NVPTXAsmPrinter::printScalarConstant(const Constant *CPV, raw_ostream &O) { in printScalarConstant() argument
1550 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CPV)) { in printScalarConstant()
1554 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CPV)) { in printScalarConstant()
1558 if (isa<ConstantPointerNull>(CPV)) { in printScalarConstant()
1562 if (const GlobalValue *GVar = dyn_cast<GlobalValue>(CPV)) { in printScalarConstant()
1564 if (EmitGeneric && !isa<Function>(CPV) && !IsNonGenericPointer) { in printScalarConstant()
1573 if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in printScalarConstant()
1581 void NVPTXAsmPrinter::bufferLEByte(const Constant *CPV, int Bytes, in bufferLEByte() argument
1584 int AllocSize = DL.getTypeAllocSize(CPV->getType()); in bufferLEByte()
1585 if (isa<UndefValue>(CPV) || CPV->isNullValue()) { in bufferLEByte()
[all …]
H A DNVPTXAsmPrinter.h216 void printScalarConstant(const Constant *CPV, raw_ostream &O);
218 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer);
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVConstantPoolValue.cpp44 auto *CPV = in getExistingMachineCPValue() local
46 if (equals(CPV)) in getExistingMachineCPValue()
H A DRISCVISelLowering.cpp8649 RISCVConstantPoolValue *CPV = RISCVConstantPoolValue::Create(N->getGlobal()); in getLargeGlobalAddress() local
8650 SDValue CPAddr = DAG.getTargetConstantPool(CPV, Ty, Align(8)); in getLargeGlobalAddress()
8659 RISCVConstantPoolValue *CPV = in getLargeExternalSymbol() local
8661 SDValue CPAddr = DAG.getTargetConstantPool(CPV, Ty, Align(8)); in getLargeExternalSymbol()
/freebsd/contrib/llvm-project/llvm/lib/Target/CSKY/
H A DCSKYISelLowering.cpp787 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue() local
790 return DAG.getTargetConstantPool(CPV, Ty); in getTargetConstantPoolValue()
1048 CSKYConstantPoolValue *CPV = in getTargetConstantPoolValue() local
1052 return DAG.getTargetConstantPool(CPV, Ty); in getTargetConstantPoolValue()
1059 CSKYConstantPoolValue *CPV = in getTargetConstantPoolValue() local
1062 return DAG.getTargetConstantPool(CPV, Ty); in getTargetConstantPoolValue()
1070 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue() local
1073 return DAG.getTargetConstantPool(CPV, Ty); in getTargetConstantPoolValue()
1081 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue() local
1084 return DAG.getTargetConstantPool(CPV, Ty); in getTargetConstantPoolValue()
[all …]
H A DCSKYConstantPoolValue.h93 auto *CPV = in getExistingMachineCPValueImpl() local
95 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl()
H A DCSKYInstrInfo.cpp581 CSKYConstantPoolValue *CPV = CSKYConstantPoolSymbol::Create( in getGlobalBaseReg() local
585 unsigned CPI = MCP->getConstantPoolIndex(CPV, Align(4)); in getGlobalBaseReg()
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/
H A DXtensaConstantPoolValue.h69 auto *CPV = static_cast<XtensaConstantPoolValue *>( in getExistingMachineCPValueImpl() local
71 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl()
H A DXtensaISelLowering.cpp695 XtensaConstantPoolValue *CPV = XtensaConstantPoolSymbol::Create( in LowerCall() local
699 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, Align(4), 0, TF); in LowerCall()
1007 XtensaConstantPoolValue *CPV = XtensaConstantPoolSymbol::Create( in LowerGlobalTLSAddress() local
1012 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, Align(4)); in LowerGlobalTLSAddress()
1042 XtensaConstantPoolValue *CPV = in LowerBlockAddress() local
1044 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, Align(4)); in LowerBlockAddress()
1087 XtensaConstantPoolValue *CPV = in LowerJumpTable() local
1091 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, Align(4)); in LowerJumpTable()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.h84 auto *CPV = in getExistingMachineCPValueImpl() local
86 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl()
H A DARMConstantPoolValue.cpp196 auto *CPV = static_cast<ARMConstantPoolValue*>( in getExistingMachineCPValue() local
198 auto *Constant = cast<ARMConstantPoolConstant>(CPV); in getExistingMachineCPValue()
H A DARMExpandPseudoInsts.cpp2625 MachineConstantPoolValue *CPV = in ExpandMI() local
2632 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI()
2706 MachineConstantPoolValue *CPV; in ExpandMI() local
2714 CPV = ARMConstantPoolConstant::Create( in ExpandMI()
2718 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI()
2722 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI()
H A DARMFastISel.cpp595 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV() local
598 unsigned Idx = MCP.getConstantPoolIndex(CPV, Alignment); in ARMMaterializeGV()
3030 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF() local
3037 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
H A DARMISelLowering.cpp2821 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in LowerCall() local
2825 SDValue Addr = DAG.getTargetConstantPool(CPV, PtrVt, Align(4)); in LowerCall()
2842 ARMConstantPoolValue *CPV = ARMConstantPoolSymbol::Create( in LowerCall() local
2846 SDValue Addr = DAG.getTargetConstantPool(CPV, PtrVt, Align(4)); in LowerCall()
2896 ARMConstantPoolValue *CPV = in LowerCall() local
2899 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVt, Align(4)); in LowerCall()
3609 ARMConstantPoolValue *CPV = in LowerBlockAddress() local
3612 CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, Align(4)); in LowerBlockAddress()
3738 auto *CPV = ARMConstantPoolConstant::Create(GA->getGlobal(), ARMCP::SECREL); in LowerGlobalTLSAddressWindows() local
3742 DAG.getTargetConstantPool(CPV, PtrVT, Align(4))), in LowerGlobalTLSAddressWindows()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp1489 for (MachineConstantPoolValue *CPV : MachineCPVsSharingEntries) { in ~MachineConstantPool()
1490 if (Deleted.count(CPV) == 0) in ~MachineConstantPool()
1491 delete CPV; in ~MachineConstantPool()
/freebsd/share/misc/
H A Diso316661 CV CPV 132 Cabo Verde
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp2021 } else if (Constant *CPV = dyn_cast<Constant>(V)) { in getOperandValue() local
2022 return getConstantValue(CPV); in getOperandValue()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp4104 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local
4107 Offset = DAG.getConstantPool(CPV, PtrVT, Align(8)); in lowerGlobalTLSAddress()
4119 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local
4122 Offset = DAG.getConstantPool(CPV, PtrVT, Align(8)); in lowerGlobalTLSAddress()
4138 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress()
4140 SDValue DTPOffset = DAG.getConstantPool(CPV, PtrVT, Align(8)); in lowerGlobalTLSAddress()
4162 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local
4165 Offset = DAG.getConstantPool(CPV, PtrVT, Align(8)); in lowerGlobalTLSAddress()