Home
last modified time | relevance | path

Searched defs:CP (Results 1 – 25 of 82) sorted by relevance

1234

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DConstantPools.cpp68 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/
DConstantPools.cpp51 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/
Dieee802_1x_cp.c108 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/
Dyaml2coff.cpp153 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/
Dyaml2coff.cpp157 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/
DARMConstantPoolValue.cpp69 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()
DARMConstantPoolValue.h70 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp75 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/
Dinsert_rv.pass.cpp71 typedef std::pair<const int, MoveOnly> CP; in main() typedef
Dinsert_iter_rv.pass.cpp65 typedef std::pair<const int, MoveOnly> CP; in main() typedef
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Dinsert_iter_rv.pass.cpp66 typedef std::pair<const int, MoveOnly> CP; in main() typedef
/external/u-boot/include/linux/
Dasn1_ber_bytecode.h84 #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/
DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h91 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums()
/external/llvm/lib/CodeGen/
DRegisterCoalescer.cpp471 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 …]
DLiveRegMatrix.cpp161 CoalescerPair CP(VirtReg.reg, PhysReg, *TRI); in checkRegUnitInterference() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp505 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 …]
DLiveRegMatrix.cpp168 CoalescerPair CP(VirtReg.reg, PhysReg, *TRI); in checkRegUnitInterference() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp50 const Constant *CP; member
149 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp49 const Constant *CP; member
146 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
/external/ltp/testcases/kernel/syscalls/setns/
Dsetns02.c49 #define CP "(child) " macro
/external/mdnsresponder/mDNSWindows/Java/
Dmakefile42 CP = copy macro
/external/u-boot/include/
Di8042.h58 #define CP 5 /* capslock index */ macro
/external/llvm/lib/Target/Hexagon/
DHexagonISelLowering.h48 CP, // Constant pool. enumerator

1234