Home
last modified time | relevance | path

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

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1713 void NVPTXAsmPrinter::printScalarConstant(const Constant *CPV, raw_ostream &O) { in printScalarConstant() argument
1714 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CPV)) { in printScalarConstant()
1718 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CPV)) { in printScalarConstant()
1722 if (isa<ConstantPointerNull>(CPV)) { in printScalarConstant()
1726 if (const GlobalValue *GVar = dyn_cast<GlobalValue>(CPV)) { in printScalarConstant()
1731 if (EmitGeneric && !isa<Function>(CPV) && !IsNonGenericPointer) { in printScalarConstant()
1740 if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in printScalarConstant()
1757 lowerConstant(CPV)->print(O, MAI); in printScalarConstant()
1788 void NVPTXAsmPrinter::bufferLEByte(const Constant *CPV, int Bytes, in bufferLEByte() argument
1792 if (isa<UndefValue>(CPV) || CPV->isNullValue()) { in bufferLEByte()
[all …]
DNVPTXAsmPrinter.h270 void printScalarConstant(const Constant *CPV, raw_ostream &O);
272 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer);
/external/llvm/lib/Target/NVPTX/
DNVPTXAsmPrinter.cpp1732 void NVPTXAsmPrinter::printScalarConstant(const Constant *CPV, raw_ostream &O) { in printScalarConstant() argument
1733 if (const ConstantInt *CI = dyn_cast<ConstantInt>(CPV)) { in printScalarConstant()
1737 if (const ConstantFP *CFP = dyn_cast<ConstantFP>(CPV)) { in printScalarConstant()
1741 if (isa<ConstantPointerNull>(CPV)) { in printScalarConstant()
1745 if (const GlobalValue *GVar = dyn_cast<GlobalValue>(CPV)) { in printScalarConstant()
1750 if (EmitGeneric && !isa<Function>(CPV) && !IsNonGenericPointer) { in printScalarConstant()
1759 if (const ConstantExpr *Cexpr = dyn_cast<ConstantExpr>(CPV)) { in printScalarConstant()
1776 lowerConstant(CPV)->print(O, MAI); in printScalarConstant()
1807 void NVPTXAsmPrinter::bufferLEByte(const Constant *CPV, int Bytes, in bufferLEByte() argument
1812 if (isa<UndefValue>(CPV) || CPV->isNullValue()) { in bufferLEByte()
[all …]
DNVPTXAsmPrinter.h279 void printScalarConstant(const Constant *CPV, raw_ostream &O);
281 void bufferLEByte(const Constant *CPV, int Bytes, AggBuffer *aggBuffer);
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/
DCBackend.cpp213 void printConstant(Constant *CPV, bool Static);
214 void printConstantWithCast(Constant *CPV, unsigned Opcode);
751 void CWriter::printConstant(Constant *CPV, bool Static) { in printConstant() argument
752 if (const ConstantExpr *CE = dyn_cast<ConstantExpr>(CPV)) { in printConstant()
769 CE->getOperand(0)->getType() == Type::getInt1Ty(CPV->getContext())) { in printConstant()
774 if (CE->getType() == Type::getInt1Ty(CPV->getContext()) && in printConstant()
787 printGEPExpression(CE->getOperand(0), gep_type_begin(CPV), in printConstant()
788 gep_type_end(CPV), Static); in printConstant()
909 } else if (isa<UndefValue>(CPV) && CPV->getType()->isSingleValueType()) { in printConstant()
911 printType(Out, CPV->getType()); // sign doesn't matter in printConstant()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DARMConstantPoolValue.cpp172 ARMConstantPoolValue *CPV = in getExistingMachineCPValue() local
174 ARMConstantPoolConstant *APC = dyn_cast<ARMConstantPoolConstant>(CPV); in getExistingMachineCPValue()
237 ARMConstantPoolValue *CPV = in getExistingMachineCPValue() local
239 ARMConstantPoolSymbol *APS = dyn_cast<ARMConstantPoolSymbol>(CPV); in getExistingMachineCPValue()
293 ARMConstantPoolValue *CPV = in getExistingMachineCPValue() local
295 ARMConstantPoolMBB *APMBB = dyn_cast<ARMConstantPoolMBB>(CPV); in getExistingMachineCPValue()
DARMISelLowering.cpp1423 ARMConstantPoolValue *CPV = in LowerCall() local
1427 SDValue CPAddr = DAG.getTargetConstantPool(CPV, getPointerTy(), 4); in LowerCall()
1438 ARMConstantPoolValue *CPV = in LowerCall() local
1442 SDValue CPAddr = DAG.getTargetConstantPool(CPV, getPointerTy(), 4); in LowerCall()
1461 ARMConstantPoolValue *CPV = in LowerCall() local
1463 SDValue CPAddr = DAG.getTargetConstantPool(CPV, getPointerTy(), 4); in LowerCall()
1489 ARMConstantPoolValue *CPV = in LowerCall() local
1492 SDValue CPAddr = DAG.getTargetConstantPool(CPV, getPointerTy(), 4); in LowerCall()
1960 ARMConstantPoolValue *CPV = in LowerBlockAddress() local
1963 CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, 4); in LowerBlockAddress()
[all …]
DARMFastISel.cpp601 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV() local
604 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV()
/external/llvm/lib/Target/ARM/
DARMConstantPoolValue.h77 ARMConstantPoolValue *CPV = in getExistingMachineCPValueImpl() local
79 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl()
DARMExpandPseudoInsts.cpp1287 MachineConstantPoolValue *CPV; in ExpandMI() local
1292 CPV = ARMConstantPoolConstant::Create(GV, ARMPCLabelIndex, in ExpandMI()
1295 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI()
1299 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
DARMISelLowering.cpp1825 ARMConstantPoolValue *CPV = in LowerCall() local
1829 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVt, 4); in LowerCall()
1840 ARMConstantPoolValue *CPV = in LowerCall() local
1844 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVt, 4); in LowerCall()
1889 ARMConstantPoolValue *CPV = in LowerCall() local
1892 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVt, 4); in LowerCall()
2526 ARMConstantPoolValue *CPV = in LowerBlockAddress() local
2529 CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, 4); in LowerBlockAddress()
2656 auto *CPV = ARMConstantPoolConstant::Create(GA->getGlobal(), ARMCP::SECREL); in LowerGlobalTLSAddressWindows() local
2660 DAG.getTargetConstantPool(CPV, PtrVT, 4)), in LowerGlobalTLSAddressWindows()
[all …]
DARMFastISel.cpp589 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV() local
592 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV()
2941 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF() local
2948 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.h87 auto *CPV = in getExistingMachineCPValueImpl() local
89 if (Derived *APC = dyn_cast<Derived>(CPV)) in getExistingMachineCPValueImpl()
DARMConstantPoolValue.cpp196 auto *CPV = static_cast<ARMConstantPoolValue*>( in getExistingMachineCPValue() local
198 auto *Constant = cast<ARMConstantPoolConstant>(CPV); in getExistingMachineCPValue()
DARMExpandPseudoInsts.cpp1404 MachineConstantPoolValue *CPV = in ExpandMI() local
1410 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
1477 MachineConstantPoolValue *CPV; in ExpandMI() local
1485 CPV = ARMConstantPoolConstant::Create( in ExpandMI()
1489 CPV = ARMConstantPoolConstant::Create(GV, ARMCP::no_modifier); in ExpandMI()
1493 .addConstantPoolIndex(MCP->getConstantPoolIndex(CPV, 4)); in ExpandMI()
DARMISelLowering.cpp2019 ARMConstantPoolValue *CPV = in LowerCall() local
2023 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVt, 4); in LowerCall()
2033 ARMConstantPoolValue *CPV = in LowerCall() local
2037 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVt, 4); in LowerCall()
2095 ARMConstantPoolValue *CPV = in LowerCall() local
2098 SDValue CPAddr = DAG.getTargetConstantPool(CPV, PtrVt, 4); in LowerCall()
2774 ARMConstantPoolValue *CPV = in LowerBlockAddress() local
2777 CPAddr = DAG.getTargetConstantPool(CPV, PtrVT, 4); in LowerBlockAddress()
2904 auto *CPV = ARMConstantPoolConstant::Create(GA->getGlobal(), ARMCP::SECREL); in LowerGlobalTLSAddressWindows() local
2907 DAG.getTargetConstantPool(CPV, PtrVT, 4)), in LowerGlobalTLSAddressWindows()
[all …]
DARMFastISel.cpp588 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create(GV, Id, in ARMMaterializeGV() local
591 unsigned Idx = MCP.getConstantPoolIndex(CPV, Align); in ARMMaterializeGV()
2965 ARMConstantPoolValue *CPV = ARMConstantPoolConstant::Create( in ARMLowerPICELF() local
2972 unsigned Idx = MF->getConstantPool()->getConstantPoolIndex(CPV, ConstAlign); in ARMLowerPICELF()
/external/selinux/mcstrans/share/examples/nato/setrans.d/
Deyes-only.conf172 ~c251=CPV # Cape Verde
Drel.conf178 ~c200,~c251=CPV # Cape Verde
/external/cldr/tools/java/org/unicode/cldr/util/data/
Dterritory_codes.txt63 CV 132 CPV cv CV
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
DExecution.cpp1265 } else if (Constant *CPV = dyn_cast<Constant>(V)) { in getOperandValue() local
1266 return getConstantValue(CPV); in getOperandValue()
/external/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2586 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local
2589 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2602 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local
2605 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2622 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress()
2624 SDValue DTPOffset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2647 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local
2650 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZISelLowering.cpp2720 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local
2723 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2735 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local
2738 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2754 CPV = SystemZConstantPoolValue::Create(GV, SystemZCP::DTPOFF); in lowerGlobalTLSAddress()
2756 SDValue DTPOffset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
2778 SystemZConstantPoolValue *CPV = in lowerGlobalTLSAddress() local
2781 Offset = DAG.getConstantPool(CPV, PtrVT, 8); in lowerGlobalTLSAddress()
/external/cldr/tools/java/org/unicode/cldr/util/data/external/
Dworld_bank_data.csv66 Cabo Verde,CPV,"Population, total",SP.POP.TOTL,435079,443716,452106,460147,467664,474567,480795,486…
67 Cabo Verde,CPV,"GNI, PPP (current international $)",NY.GNP.MKTP.PP.CD,1288136302.50838,1368048460.0…
DUnCodes.txt47 001 World 002 Africa 202 Sub-Saharan Africa 011 Western Africa Cabo Verde 132 CPV x Developing

12