Home
last modified time | relevance | path

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

12345

/external/arm-trusted-firmware/drivers/marvell/mg_conf_cm3/
Dmg_conf_cm3.c15 #define MG_CM3_CONFI_BASE(CP) (MVEBU_CP_REGS_BASE(CP) + 0x100000) argument
16 #define MG_CM3_SRAM_BASE(CP) MG_CM3_CONFI_BASE(CP) argument
17 #define MG_CM3_CONFI_GLOB_CFG_REG(CP) (MG_CM3_CONFI_BASE(CP) + 0x2B500) argument
19 #define MG_CM3_MG_INT_MFX_REG(CP) (MG_CM3_CONFI_BASE(CP) + 0x2B054) argument
22 #define MG_CM3_SHARED_MEM_BASE(CP) (MG_CM3_SRAM_BASE(CP) + 0x1FC00ULL) argument
/external/llvm-project/llvm/lib/MC/
DConstantPools.cpp67 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local
80 ConstantPool &CP) { in emitConstantPool()
91 ConstantPool &CP = CPI.second; in emitAll() local
99 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() local
105 if (ConstantPool *CP = getConstantPool(Section)) in clearCacheForCurrentSection() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DConstantPools.cpp67 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local
80 ConstantPool &CP) { in emitConstantPool()
91 ConstantPool &CP = CPI.second; in emitAll() local
99 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() local
105 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-10.0/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp168 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader()
207 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF()
351 static uint32_t initializeOptionalHeader(COFFParser &CP, uint16_t Magic, in initializeOptionalHeader()
405 static bool writeCOFF(COFFParser &CP, raw_ostream &OS) { in writeCOFF()
606 COFFParser CP(Doc, ErrHandler); in yaml2coff() local
/external/llvm-project/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp168 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader()
207 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF()
351 static uint32_t initializeOptionalHeader(COFFParser &CP, uint16_t Magic, in initializeOptionalHeader()
405 static bool writeCOFF(COFFParser &CP, raw_ostream &OS) { in writeCOFF()
606 COFFParser CP(Doc, ErrHandler); 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()
/external/llvm-project/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/swiftshader/third_party/llvm-10.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/llvm-project/libcxx/test/std/containers/associative/map/map.modifiers/
Dinsert_iter_rv.pass.cpp64 typedef std::pair<const int, MoveOnly> CP; in main() typedef
Dinsert_rv.pass.cpp70 typedef std::pair<const int, MoveOnly> CP; in main() typedef
/external/llvm-project/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
Dinsert_iter_rv.pass.cpp65 typedef std::pair<const int, MoveOnly> CP; in main() typedef
/external/llvm-project/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp28 int SystemZConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp29 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/external/llvm/lib/Target/SystemZ/
DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue()
/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 __anon4ca115b30211::JoinVals
2546 const CoalescerPair &CP) { in joinSubRegRanges()
2602 CoalescerPair &CP) { in mergeSubRangeInto()
2639 bool RegisterCoalescer::joinVirtRegs(CoalescerPair &CP) { in joinVirtRegs()
[all …]
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DStringsAndChecksums.h90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums()
/external/llvm-project/llvm/lib/CodeGen/
DRegisterCoalescer.cpp586 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom()
775 RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, in removeCopyByCommutingDef()
1063 bool RegisterCoalescer::removePartialRedundancy(const CoalescerPair &CP, in removePartialRedundancy()
1247 bool RegisterCoalescer::reMaterializeTrivialDef(const CoalescerPair &CP, in reMaterializeTrivialDef()
1794 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys()
1816 CoalescerPair CP(*TRI); in joinCopy() local
2039 bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) { in joinReservedPhysReg()
2250 const CoalescerPair &CP; member in __anon5b3514e10311::JoinVals
3274 const CoalescerPair &CP) { in joinSubRegRanges()
3338 CoalescerPair &CP, in mergeSubRangeInto()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp584 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom()
767 RegisterCoalescer::removeCopyByCommutingDef(const CoalescerPair &CP, in removeCopyByCommutingDef()
1054 bool RegisterCoalescer::removePartialRedundancy(const CoalescerPair &CP, in removePartialRedundancy()
1233 bool RegisterCoalescer::reMaterializeTrivialDef(const CoalescerPair &CP, in reMaterializeTrivialDef()
1768 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys()
1790 CoalescerPair CP(*TRI); in joinCopy() local
2013 bool RegisterCoalescer::joinReservedPhysReg(CoalescerPair &CP) { in joinReservedPhysReg()
2224 const CoalescerPair &CP; member in __anon9fc3d2d50311::JoinVals
3252 const CoalescerPair &CP) { in joinSubRegRanges()
3316 CoalescerPair &CP, in mergeSubRangeInto()
[all …]

12345