/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/ |
D | ConstantPools.cpp | 68 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local 81 ConstantPool &CP) { in emitConstantPool() 92 ConstantPool &CP = CPI.second; in emitAll() local 100 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection() local 107 if (ConstantPool *CP = getConstantPool(Section)) { in clearCacheForCurrentSection() local
|
/external/llvm/lib/MC/ |
D | ConstantPools.cpp | 51 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local 64 ConstantPool &CP) { in emitConstantPool() 75 ConstantPool &CP = CPI.second; in emitAll() local 83 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection() local
|
/external/wpa_supplicant_8/src/pae/ |
D | ieee802_1x_cp.c | 108 SM_STATE(CP, INIT) in SM_STATE() argument 132 SM_STATE(CP, CHANGE) in SM_STATE() argument 165 SM_STATE(CP, ALLOWED) in SM_STATE() argument 184 SM_STATE(CP, AUTHENTICATED) in SM_STATE() argument 203 SM_STATE(CP, SECURED) in SM_STATE() argument 230 SM_STATE(CP, RECEIVE) in SM_STATE() argument 252 SM_STATE(CP, RECEIVING) in SM_STATE() argument 272 SM_STATE(CP, READY) in SM_STATE() argument 280 SM_STATE(CP, TRANSMIT) in SM_STATE() argument 295 SM_STATE(CP, TRANSMITTING) in SM_STATE() argument [all …]
|
/external/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 153 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader() argument 170 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF() 297 static uint32_t initializeOptionalHeader(COFFParser &CP, uint16_t Magic, T Header) { in initializeOptionalHeader() 352 static bool writeCOFF(COFFParser &CP, raw_ostream &OS) { in writeCOFF() 536 COFFParser CP(Doc); in yaml2coff() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/yaml2obj/ |
D | yaml2coff.cpp | 157 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader() argument 200 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF() 358 static uint32_t initializeOptionalHeader(COFFParser &CP, uint16_t Magic, T Header) { in initializeOptionalHeader() 413 static bool writeCOFF(COFFParser &CP, raw_ostream &OS) { in writeCOFF() 597 COFFParser CP(Doc); in yaml2coff() local
|
/external/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 69 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 170 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 209 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 249 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
|
D | ARMConstantPoolValue.h | 70 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/ |
D | ARMConstantPoolValue.cpp | 75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() 279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
|
/external/libcxx/test/std/containers/associative/map/map.modifiers/ |
D | insert_rv.pass.cpp | 71 typedef std::pair<const int, MoveOnly> CP; in main() typedef
|
D | insert_iter_rv.pass.cpp | 65 typedef std::pair<const int, MoveOnly> CP; in main() typedef
|
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/ |
D | insert_iter_rv.pass.cpp | 66 typedef std::pair<const int, MoveOnly> CP; in main() typedef
|
/external/u-boot/include/linux/ |
D | asn1_ber_bytecode.h | 84 #define _tag(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | ASN1_##TAG) argument 85 #define _tagn(CLASS, CP, TAG) ((ASN1_##CLASS << 6) | (ASN1_##CP << 5) | TAG) argument
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZConstantPoolValue.cpp | 30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | StringsAndChecksums.h | 91 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums()
|
/external/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 471 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom() 624 bool RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, in removeCopyByCommutingDef() 880 bool RegisterCoalescer::reMaterializeTrivialDef(const CoalescerPair &CP, in reMaterializeTrivialDef() 1324 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys() 1346 CoalescerPair CP(*TRI); in joinCopy() local 1545 bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) { in joinReservedPhysReg() 1722 const CoalescerPair &CP; member in __anon8d79fcd70211::JoinVals 2546 const CoalescerPair &CP) { in joinSubRegRanges() 2602 CoalescerPair &CP) { in mergeSubRangeInto() 2639 bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { in joinVirtRegs() [all …]
|
D | LiveRegMatrix.cpp | 161 CoalescerPair CP(VirtReg.reg, PhysReg, *TRI); in checkRegUnitInterference() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | RegisterCoalescer.cpp | 505 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom() 674 bool RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, in removeCopyByCommutingDef() 931 bool RegisterCoalescer::removePartialRedundancy(const CoalescerPair &CP, in removePartialRedundancy() 1096 bool RegisterCoalescer::reMaterializeTrivialDef(const CoalescerPair &CP, in reMaterializeTrivialDef() 1607 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys() 1629 CoalescerPair CP(*TRI); in joinCopy() local 1836 bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) { in joinReservedPhysReg() 2047 const CoalescerPair &CP; member in __anond999d36f0311::JoinVals 3044 const CoalescerPair &CP) { in joinSubRegRanges() 3108 CoalescerPair &CP) { in mergeSubRangeInto() [all …]
|
D | LiveRegMatrix.cpp | 168 CoalescerPair CP(VirtReg.reg, PhysReg, *TRI); in checkRegUnitInterference() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 50 const Constant *CP; member 149 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
|
/external/llvm/lib/Target/MSP430/ |
D | MSP430ISelDAGToDAG.cpp | 49 const Constant *CP; member 146 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
|
/external/ltp/testcases/kernel/syscalls/setns/ |
D | setns02.c | 49 #define CP "(child) " macro
|
/external/mdnsresponder/mDNSWindows/Java/ |
D | makefile | 42 CP = copy macro
|
/external/u-boot/include/ |
D | i8042.h | 58 #define CP 5 /* capslock index */ macro
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonISelLowering.h | 48 CP, // Constant pool. enumerator
|