| /src/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAsmPrinter.cpp | 1800 void NVPTXAsmPrinter::printScalarConstant(const Constant *CPV, raw_ostream &O) { in printScalarConstant() argument 1801 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CPV)) { in printScalarConstant() 1805 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CPV)) { in printScalarConstant() 1809 if (isa<ConstantPointerNull>(CPV)) { in printScalarConstant() 1813 if (const GlobalValue *GVar = dyn_cast<GlobalValue>(CPV)) { in printScalarConstant() 1818 if (EmitGeneric && !isa<Function>(CPV) && !IsNonGenericPointer) { in printScalarConstant() 1827 if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in printScalarConstant() 1835 void NVPTXAsmPrinter::bufferLEByte(const Constant *CPV, int Bytes, in bufferLEByte() argument 1838 int AllocSize = DL.getTypeAllocSize(CPV->getType()); in bufferLEByte() 1839 if (isa<UndefValue>(CPV) || CPV->isNullValue()) { in bufferLEByte() [all …]
|
| H A D | NVPTXAsmPrinter.h | 218 void printScalarConstant(const Constant *CPV, raw_ostream &O); 220 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer);
|
| /src/contrib/llvm-project/llvm/lib/Target/CSKY/ |
| H A D | CSKYISelLowering.cpp | 786 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue() local 789 return DAG.getTargetConstantPool(CPV, Ty); in getTargetConstantPoolValue() 1047 CSKYConstantPoolValue *CPV = in getTargetConstantPoolValue() local 1051 return DAG.getTargetConstantPool(CPV, Ty); in getTargetConstantPoolValue() 1058 CSKYConstantPoolValue *CPV = in getTargetConstantPoolValue() local 1061 return DAG.getTargetConstantPool(CPV, Ty); in getTargetConstantPoolValue() 1069 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue() local 1072 return DAG.getTargetConstantPool(CPV, Ty); in getTargetConstantPoolValue() 1080 CSKYConstantPoolValue *CPV = CSKYConstantPoolConstant::Create( in getTargetConstantPoolValue() local 1083 return DAG.getTargetConstantPool(CPV, Ty); in getTargetConstantPoolValue() [all …]
|
| H A D | CSKYConstantPoolValue.h | 93 auto *CPV = in getExistingMachineCPValueImpl() local 95 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl()
|
| H A D | CSKYInstrInfo.cpp | 581 CSKYConstantPoolValue *CPV = CSKYConstantPoolSymbol::Create( in getGlobalBaseReg() local 585 unsigned CPI = MCP->getConstantPoolIndex(CPV, Align(4)); in getGlobalBaseReg()
|
| /src/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
| H A D | XtensaConstantPoolValue.h | 69 auto *CPV = static_cast<XtensaConstantPoolValue *>( in getExistingMachineCPValueImpl() local 71 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl()
|
| H A D | XtensaISelLowering.cpp | 410 XtensaConstantPoolValue *CPV = XtensaConstantPoolSymbol::Create( in LowerCall() local 415 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, Align(4), 0, TF); in LowerCall() 611 XtensaConstantPoolValue *CPV = in LowerBlockAddress() local 613 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, Align(4)); in LowerBlockAddress() 649 XtensaConstantPoolValue *CPV = in LowerJumpTable() local 653 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, Align(4)); in LowerJumpTable()
|
| /src/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.h | 84 auto *CPV = in getExistingMachineCPValueImpl() local 86 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl()
|
| H A D | ARMConstantPoolValue.cpp | 196 auto *CPV = static_cast<ARMConstantPoolValue*>( in getExistingMachineCPValue() local 198 auto *Constant = cast<ARMConstantPoolConstant>(CPV); in getExistingMachineCPValue()
|
| H A D | ARMExpandPseudoInsts.cpp | 2583 MachineConstantPoolValue *CPV = in ExpandMI() local 2590 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI() 2664 MachineConstantPoolValue *CPV; in ExpandMI() local 2672 CPV = ARMConstantPoolConstant::Create( in ExpandMI() 2676 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI() 2680 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, Align(4))); in ExpandMI()
|
| H A D | ARMFastISel.cpp | 566 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV() local 569 unsigned Idx = MCP.getConstantPoolIndex(CPV, Alignment); in ARMMaterializeGV() 2960 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF() local 2967 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
|
| H A D | ARMISelLowering.cpp | 2698 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in LowerCall() local 2702 SDValue Addr = DAG.getTargetConstantPool(CPV, PtrVt, Align(4)); in LowerCall() 2719 ARMConstantPoolValue *CPV = ARMConstantPoolSymbol::Create( in LowerCall() local 2723 SDValue Addr = DAG.getTargetConstantPool(CPV, PtrVt, Align(4)); in LowerCall() 2773 ARMConstantPoolValue *CPV = in LowerCall() local 2776 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVt, Align(4)); in LowerCall() 3539 ARMConstantPoolValue *CPV = in LowerBlockAddress() local 3542 CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, Align(4)); in LowerBlockAddress() 3668 auto *CPV = ARMConstantPoolConstant::Create(GA->getGlobal(), ARMCP::SECREL); in LowerGlobalTLSAddressWindows() local 3672 DAG.getTargetConstantPool(CPV, PtrVT, Align(4))), in LowerGlobalTLSAddressWindows() [all …]
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | MachineFunction.cpp | 1419 for (MachineConstantPoolValue *CPV : MachineCPVsSharingEntries) { in ~MachineConstantPool() 1420 if (Deleted.count(CPV) == 0) in ~MachineConstantPool() 1421 delete CPV; in ~MachineConstantPool()
|
| /src/share/misc/ |
| H A D | iso3166 | 61 CV CPV 132 Cabo Verde
|
| /src/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 2021 } else if (Constant *CPV = dyn_cast<Constant>(V)) { in getOperandValue() local 2022 return getConstantValue(CPV); in getOperandValue()
|
| /src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
| H A D | SystemZISelLowering.cpp | 3648 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local 3651 Offset = DAG.getConstantPool(CPV, PtrVT, Align(8)); in lowerGlobalTLSAddress() 3663 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local 3666 Offset = DAG.getConstantPool(CPV, PtrVT, Align(8)); in lowerGlobalTLSAddress() 3682 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress() 3684 SDValue DTPOffset = DAG.getConstantPool(CPV, PtrVT, Align(8)); in lowerGlobalTLSAddress() 3706 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local 3709 Offset = DAG.getConstantPool(CPV, PtrVT, Align(8)); in lowerGlobalTLSAddress()
|