/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1704 void NVPTXAsmPrinter::printScalarConstant(const Constant *CPV, raw_ostream &O) { in printScalarConstant() argument 1705 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CPV)) { in printScalarConstant() 1709 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CPV)) { in printScalarConstant() 1713 if (isa<ConstantPointerNull>(CPV)) { in printScalarConstant() 1717 if (const GlobalValue *GVar = dyn_cast<GlobalValue>(CPV)) { in printScalarConstant() 1723 if (EmitGeneric && !isa<Function>(CPV) && !IsNonGenericPointer) { in printScalarConstant() 1732 if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in printScalarConstant() 1749 lowerConstant(CPV)->print(O, MAI); in printScalarConstant() 1780 void NVPTXAsmPrinter::bufferLEByte(const Constant *CPV, int Bytes, in bufferLEByte() argument 1785 if (isa<UndefValue>(CPV) || CPV->isNullValue()) { in bufferLEByte() [all …]
|
D | NVPTXAsmPrinter.h | 279 void printScalarConstant(const Constant *CPV, raw_ostream &O); 281 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer);
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.h | 76 ARMConstantPoolValue *CPV = in getExistingMachineCPValueImpl() local 78 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl()
|
D | ARMExpandPseudoInsts.cpp | 1038 MachineConstantPoolValue *CPV; in ExpandMI() local 1043 CPV = ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, in ExpandMI() 1046 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI() 1050 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
|
D | ARMISelLowering.cpp | 1798 ARMConstantPoolValue *CPV = in LowerCall() local 1802 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVt, 4); in LowerCall() 1813 ARMConstantPoolValue *CPV = in LowerCall() local 1817 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVt, 4); in LowerCall() 1873 ARMConstantPoolValue *CPV = in LowerCall() local 1876 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVt, 4); in LowerCall() 2517 ARMConstantPoolValue *CPV = in LowerBlockAddress() local 2520 CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, 4); in LowerBlockAddress() 2543 ARMConstantPoolValue *CPV = in LowerToTLSGeneralDynamicModel() local 2546 SDValue Argument = DAG.getTargetConstantPool(CPV, PtrVT, 4); in LowerToTLSGeneralDynamicModel() [all …]
|
D | ARMFastISel.cpp | 628 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV() local 631 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV() 2948 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF() local 2955 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
|
/external/selinux/policycoreutils/mcstrans/share/examples/nato/setrans.d/ |
D | eyes-only.conf | 172 ~c251=CPV # Cape Verde
|
D | rel.conf | 178 ~c200,~c251=CPV # Cape Verde
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2527 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local 2530 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress() 2543 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local 2546 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress() 2563 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress() 2565 SDValue DTPOffset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress() 2588 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local 2591 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
D | Execution.cpp | 2060 } else if (Constant *CPV = dyn_cast<Constant>(V)) { in getOperandValue() local 2061 return getConstantValue(CPV); in getOperandValue()
|
/external/llvm/lib/Target/CppBackend/ |
D | CPPBackend.cpp | 153 void printConstant(const Constant *CPV);
|
/external/icu/icu4c/source/data/misc/ |
D | metadata.txt | 2906 CPV{
|
D | supplementalData.txt | 2136 "CPV",
|