/external/llvm/lib/Target/NVPTX/ |
D | NVPTXAsmPrinter.cpp | 1697 void NVPTXAsmPrinter::printScalarConstant(const Constant *CPV, raw_ostream &O) { in printScalarConstant() argument 1698 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CPV)) { in printScalarConstant() 1702 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CPV)) { in printScalarConstant() 1706 if (isa<ConstantPointerNull>(CPV)) { in printScalarConstant() 1710 if (const GlobalValue *GVar = dyn_cast<GlobalValue>(CPV)) { in printScalarConstant() 1716 if (EmitGeneric && !isa<Function>(CPV) && !IsNonGenericPointer) { in printScalarConstant() 1725 if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in printScalarConstant() 1742 O << *lowerConstant(CPV); in printScalarConstant() 1749 void NVPTXAsmPrinter::bufferLEByte(const Constant *CPV, int Bytes, in bufferLEByte() argument 1754 if (isa<UndefValue>(CPV) || CPV->isNullValue()) { in bufferLEByte() [all …]
|
D | NVPTXAsmPrinter.h | 269 void printScalarConstant(const Constant *CPV, raw_ostream &O); 271 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer);
|
/external/llvm/lib/Target/ARM/ |
D | ARMInstrInfo.cpp | 159 ARMConstantPoolValue *CPV = ARMConstantPoolSymbol::Create( in runOnMachineFunction() local 164 unsigned Idx = MF.getConstantPool()->getConstantPoolIndex(CPV, Align); in runOnMachineFunction()
|
D | ARMConstantPoolValue.h | 77 ARMConstantPoolValue *CPV = in getExistingMachineCPValueImpl() local 79 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl()
|
D | ARMExpandPseudoInsts.cpp | 992 MachineConstantPoolValue *CPV; in ExpandMI() local 997 CPV = ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, in ExpandMI() 1000 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI() 1004 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
|
D | ARMISelLowering.cpp | 1695 ARMConstantPoolValue *CPV = in LowerCall() local 1699 SDValue CPAddr = DAG.getTargetConstantPool(CPV, getPointerTy(), 4); in LowerCall() 1710 ARMConstantPoolValue *CPV = in LowerCall() local 1714 SDValue CPAddr = DAG.getTargetConstantPool(CPV, getPointerTy(), 4); in LowerCall() 1768 ARMConstantPoolValue *CPV = in LowerCall() local 1771 SDValue CPAddr = DAG.getTargetConstantPool(CPV, getPointerTy(), 4); in LowerCall() 2410 ARMConstantPoolValue *CPV = in LowerBlockAddress() local 2413 CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, 4); in LowerBlockAddress() 2435 ARMConstantPoolValue *CPV = in LowerToTLSGeneralDynamicModel() local 2438 SDValue Argument = DAG.getTargetConstantPool(CPV, PtrVT, 4); in LowerToTLSGeneralDynamicModel() [all …]
|
D | ARMFastISel.cpp | 630 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV() local 633 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV() 2945 ARMConstantPoolConstant *CPV = in ARMLowerPICELF() local 2947 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMLowerPICELF()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZISelLowering.cpp | 2027 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local 2030 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress() 2042 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local 2045 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress() 2061 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress() 2063 SDValue DTPOffset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress() 2085 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local 2088 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
|
/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/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 | 2808 CPV{
|
D | supplementalData.txt | 2808 CPV{ 6046 "CPV",
|