Home
last modified time | relevance | path

Searched refs:CP (Results 1 – 25 of 581) sorted by relevance

12345678910>>...24

/external/llvm/tools/yaml2obj/
Dyaml2coff.cpp153 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader() argument
154 if (!CP.isPE()) in layoutOptionalHeader()
156 unsigned PEHeaderSize = CP.is64Bit() ? sizeof(object::pe32plus_header) in layoutOptionalHeader()
158 CP.Obj.Header.SizeOfOptionalHeader = in layoutOptionalHeader()
170 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF() argument
173 CP.SectionTableStart = in layoutCOFF()
174 CP.getHeaderSize() + CP.Obj.Header.SizeOfOptionalHeader; in layoutCOFF()
175 if (CP.isPE()) in layoutCOFF()
176 CP.SectionTableStart += DOSStubSize + sizeof(COFF::PEMagic); in layoutCOFF()
177 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF()
[all …]
/external/llvm-project/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp168 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader() argument
169 if (!CP.isPE()) in layoutOptionalHeader()
171 unsigned PEHeaderSize = CP.is64Bit() ? sizeof(object::pe32plus_header) in layoutOptionalHeader()
173 CP.Obj.Header.SizeOfOptionalHeader = in layoutOptionalHeader()
207 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF() argument
210 CP.SectionTableStart = in layoutCOFF()
211 CP.getHeaderSize() + CP.Obj.Header.SizeOfOptionalHeader; in layoutCOFF()
212 if (CP.isPE()) in layoutCOFF()
213 CP.SectionTableStart += DOSStubSize + sizeof(COFF::PEMagic); in layoutCOFF()
214 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DCOFFEmitter.cpp168 static bool layoutOptionalHeader(COFFParser &CP) { in layoutOptionalHeader() argument
169 if (!CP.isPE()) in layoutOptionalHeader()
171 unsigned PEHeaderSize = CP.is64Bit() ? sizeof(object::pe32plus_header) in layoutOptionalHeader()
173 CP.Obj.Header.SizeOfOptionalHeader = in layoutOptionalHeader()
207 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF() argument
210 CP.SectionTableStart = in layoutCOFF()
211 CP.getHeaderSize() + CP.Obj.Header.SizeOfOptionalHeader; in layoutCOFF()
212 if (CP.isPE()) in layoutCOFF()
213 CP.SectionTableStart += DOSStubSize + sizeof(COFF::PEMagic); in layoutCOFF()
214 CP.SectionTableSize = COFF::SectionSize * CP.Obj.Sections.size(); in layoutCOFF()
[all …]
/external/ltp/testcases/kernel/syscalls/setns/
Dsetns02.c49 #define CP "(child) " macro
70 tst_resm(TFAIL|TERRNO, CP"uname"); in do_child_newuts()
71 tst_resm(TINFO, CP"hostname (inherited from parent): %s", in do_child_newuts()
75 tst_resm(TFAIL|TERRNO, CP"sethostname"); in do_child_newuts()
77 tst_resm(TFAIL|TERRNO, CP"uname"); in do_child_newuts()
79 tst_resm(TINFO, CP"hostname changed to: %s", uts.nodename); in do_child_newuts()
81 tst_resm(TFAIL, CP"expected hostname to be different"); in do_child_newuts()
84 tst_resm(TPASS, CP"hostname is different in parent/child"); in do_child_newuts()
87 tst_resm(TINFO, CP"attempting to switch ns back to parent ns"); in do_child_newuts()
89 tst_resm(TFAIL|TERRNO, CP"setns"); in do_child_newuts()
[all …]
/external/llvm-project/llvm/test/CodeGen/PowerPC/
Dremove-redundant-moves.ll11 ; CHECK-BE: xxlor [[CP:[0-9]+]], 34, 34
12 ; CHECK-BE: xscvsxddp 1, [[CP]]
21 ; CHECK: xxlor [[CP:[0-9]+]], 34, 34
22 ; CHECK: xscvsxddp 1, [[CP]]
37 ; CHECK-BE: xxlor [[CP:[0-9]+]], 34, 34
38 ; CHECK-BE: xscvsxdsp 1, [[CP]]
47 ; CHECK: xxlor [[CP:[0-9]+]], 34, 34
48 ; CHECK: xscvsxdsp 1, [[CP]]
63 ; CHECK-BE: xxlor [[CP:[0-9]+]], 34, 34
64 ; CHECK-BE: xscvuxddp 1, [[CP]]
[all …]
/external/wpa_supplicant_8/src/pae/
Dieee802_1x_cp.c108 SM_STATE(CP, INIT) in SM_STATE() argument
110 SM_ENTRY(CP, INIT); in SM_STATE()
132 SM_STATE(CP, CHANGE) in SM_STATE() argument
134 SM_ENTRY(CP, CHANGE); in SM_STATE()
165 SM_STATE(CP, ALLOWED) in SM_STATE() argument
167 SM_ENTRY(CP, ALLOWED); in SM_STATE()
184 SM_STATE(CP, AUTHENTICATED) in SM_STATE() argument
186 SM_ENTRY(CP, AUTHENTICATED); in SM_STATE()
203 SM_STATE(CP, SECURED) in SM_STATE() argument
205 SM_ENTRY(CP, SECURED); in SM_STATE()
[all …]
/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/lib/CodeGen/
DRegisterCoalescer.cpp153 bool joinIntervals(CoalescerPair &CP);
156 bool joinVirtRegs(CoalescerPair &CP);
159 bool joinReservedPhysReg(CoalescerPair &CP);
167 LaneBitmask LaneMask, CoalescerPair &CP);
172 LaneBitmask LaneMask, const CoalescerPair &CP);
178 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
190 bool removeCopyByCommutingDef(const CoalescerPair &CP,MachineInstr *CopyMI);
194 bool reMaterializeTrivialDef(const CoalescerPair &CP, MachineInstr *CopyMI,
198 bool canJoinPhys(const CoalescerPair &CP);
471 bool RegisterCoalescer::adjustCopiesBackFrom(const CoalescerPair &CP, in adjustCopiesBackFrom() argument
[all …]
/external/llvm-project/llvm/lib/MC/
DConstantPools.cpp67 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local
68 if (CP == ConstantPools.end()) in getConstantPool()
71 return &CP->second; in getConstantPool()
80 ConstantPool &CP) { in emitConstantPool() argument
81 if (!CP.empty()) { in emitConstantPool()
83 CP.emitEntries(Streamer); in emitConstantPool()
91 ConstantPool &CP = CPI.second; in emitAll() local
93 emitConstantPool(Streamer, Section, CP); in emitAll()
99 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() local
100 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DConstantPools.cpp67 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local
68 if (CP == ConstantPools.end()) in getConstantPool()
71 return &CP->second; in getConstantPool()
80 ConstantPool &CP) { in emitConstantPool() argument
81 if (!CP.empty()) { in emitConstantPool()
83 CP.emitEntries(Streamer); in emitConstantPool()
91 ConstantPool &CP = CPI.second; in emitAll() local
93 emitConstantPool(Streamer, Section, CP); in emitAll()
99 if (ConstantPool *CP = getConstantPool(Section)) in emitForCurrentSection() local
100 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DRegisterCoalescer.cpp224 bool joinIntervals(CoalescerPair &CP);
227 bool joinVirtRegs(CoalescerPair &CP);
235 bool joinReservedPhysReg(CoalescerPair &CP);
243 LaneBitmask LaneMask, CoalescerPair &CP,
249 LaneBitmask LaneMask, const CoalescerPair &CP);
255 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
270 std::pair<bool,bool> removeCopyByCommutingDef(const CoalescerPair &CP,
274 bool removePartialRedundancy(const CoalescerPair &CP, MachineInstr &CopyMI);
278 bool reMaterializeTrivialDef(const CoalescerPair &CP, MachineInstr *CopyMI,
282 bool canJoinPhys(const CoalescerPair &CP);
[all …]
/external/llvm-project/llvm/lib/CodeGen/
DRegisterCoalescer.cpp224 bool joinIntervals(CoalescerPair &CP);
227 bool joinVirtRegs(CoalescerPair &CP);
235 bool joinReservedPhysReg(CoalescerPair &CP);
243 LaneBitmask LaneMask, CoalescerPair &CP,
249 LaneBitmask LaneMask, const CoalescerPair &CP);
255 bool adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI);
270 std::pair<bool,bool> removeCopyByCommutingDef(const CoalescerPair &CP,
274 bool removePartialRedundancy(const CoalescerPair &CP, MachineInstr &CopyMI);
278 bool reMaterializeTrivialDef(const CoalescerPair &CP, MachineInstr *CopyMI,
282 bool canJoinPhys(const CoalescerPair &CP);
[all …]
/external/llvm/lib/MC/
DConstantPools.cpp51 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); in getConstantPool() local
52 if (CP == ConstantPools.end()) in getConstantPool()
55 return &CP->second; in getConstantPool()
64 ConstantPool &CP) { in emitConstantPool() argument
65 if (!CP.empty()) { in emitConstantPool()
67 CP.emitEntries(Streamer); in emitConstantPool()
75 ConstantPool &CP = CPI.second; in emitAll() local
77 emitConstantPool(Streamer, Section, CP); in emitAll()
83 if (ConstantPool *CP = getConstantPool(Section)) { in emitForCurrentSection() local
84 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection()
/external/apache-xml/src/main/java/org/apache/xml/serializer/
DEncodings.properties51 Cp037 EBCDIC-CP-US,EBCDIC-CP-CA,EBCDIC-CP-WT,EBCDIC-CP-NL,IBM037 0x0019
57 Cp277 EBCDIC-CP-DK,EBCDIC-CP-NO,IBM277,csIBM277 0x0019
59 Cp278 EBCDIC-CP-FI,EBCDIC-CP-SE,IBM278,csIBM278 0x0019
61 Cp280 EBCDIC-CP-IT,IBM280,csIBM280 0x0019
64 Cp284 EBCDIC-CP-ES,IBM284,csIBM284 0x0019
66 Cp285 EBCDIC-CP-GB,IBM284,csIBM285 0x0019
69 Cp297 EBCDIC-CP-FR,IBM297,csIBM297 0x0019
71 Cp420 EBCDIC-CP-AR1,IBM420,csIBM420 0x0019
72 Cp423 EBCDIC-CP-GR,IBM423,csIBM423
74 Cp424 EBCDIC-CP-HE,IBM424,csIBM424 0x0019
[all …]
/external/llvm-project/llvm/test/CodeGen/SystemZ/
Dtls-04.ll4 …< %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-CP
11 ; CHECK-CP: .LCP{{.*}}_0:
12 ; CHECK-CP: .quad x@TLSLDM
13 ; CHECK-CP: .LCP{{.*}}_1:
14 ; CHECK-CP: .quad x@DTPOFF
/external/llvm/test/CodeGen/SystemZ/
Dtls-04.ll4 …< %s -mcpu=z10 -mtriple=s390x-linux-gnu -relocation-model=pic | FileCheck %s -check-prefix=CHECK-CP
11 ; CHECK-CP: .LCP{{.*}}_0:
12 ; CHECK-CP: .quad x@TLSLDM
13 ; CHECK-CP: .LCP{{.*}}_1:
14 ; CHECK-CP: .quad x@DTPOFF
/external/clang/test/CodeGenObjC/
Dobjc-gc-aggr-assign.m2 …objc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o - %s | FileCheck -check-prefix CHECK-CP %s
59 // CHECK-CP: call i8* @objc_memmove_collectable
60 // CHECK-CP: call i8* @objc_memmove_collectable
61 // CHECK-CP: call i8* @objc_memmove_collectable
62 // CHECK-CP: call i8* @objc_memmove_collectable
/external/llvm-project/clang/test/CodeGenObjC/
Dobjc-gc-aggr-assign.m2 …objc-runtime=macosx-fragile-10.5 -fobjc-gc -emit-llvm -o - %s | FileCheck -check-prefix CHECK-CP %s
59 // CHECK-CP: call i8* @objc_memmove_collectable
60 // CHECK-CP: call i8* @objc_memmove_collectable
61 // CHECK-CP: call i8* @objc_memmove_collectable
62 // CHECK-CP: call i8* @objc_memmove_collectable
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp49 const Constant *CP; member
56 : BaseType(RegBase), Disp(0), GV(nullptr), CP(nullptr), in MSP430ISelAddressMode()
61 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1; in hasSymbolicDisplacement()
76 } else if (CP) { in dump()
78 CP->dump(); in dump()
146 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
147 AM.CP = CP->getConstVal(); in MatchWrapper()
148 AM.Align = CP->getAlignment(); in MatchWrapper()
149 AM.Disp += CP->getOffset(); in MatchWrapper()
266 else if (AM.CP) in SelectAddr()
[all …]
/external/grpc-grpc/test/cpp/cocoapods/GRPCCppTests.xcodeproj/
Dproject.pbxproj108 6D8317CF72F9E252442662F8 /* [CP] Check Pods Manifest.lock */,
112 B972D278DA2A2BF12386177C /* [CP] Embed Pods Frameworks */,
113 3C2FE7A8DBA8BBCB2923B173 /* [CP] Copy Pods Resources */,
128 4844599DC62113265AB660B3 /* [CP] Check Pods Manifest.lock */,
132 11E4716E0919C734CC6AA8C2 /* [CP] Embed Pods Frameworks */,
133 9E149E84C3AA06289FE1F244 /* [CP] Copy Pods Resources */,
200 11E4716E0919C734CC6AA8C2 /* [CP] Embed Pods Frameworks */ = {
207 name = "[CP] Embed Pods Frameworks";
215 3C2FE7A8DBA8BBCB2923B173 /* [CP] Copy Pods Resources */ = {
222 name = "[CP] Copy Pods Resources";
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantsContext.h591 static unsigned getHashValue(const ConstantClass *CP) {
593 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
666 void remove(ConstantClass *CP) {
667 typename MapTy::iterator I = Map.find(CP);
669 assert(*I == CP && "Didn't find correct element?");
674 ConstantClass *CP, Value *From,
677 LookupKey Key(CP->getType(), ValType(Operands, CP));
687 remove(CP);
689 assert(OperandNo < CP->getNumOperands() && "Invalid index");
690 assert(CP->getOperand(OperandNo) != To && "I didn't contain From!");
[all …]
/external/llvm/lib/IR/
DConstantsContext.h559 static unsigned getHashValue(const ConstantClass *CP) {
561 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
628 void remove(ConstantClass *CP) {
629 typename MapTy::iterator I = Map.find(CP);
631 assert(*I == CP && "Didn't find correct element?");
636 ConstantClass *CP, Value *From,
639 LookupKey Key(CP->getType(), ValType(Operands, CP));
649 remove(CP);
651 assert(OperandNo < CP->getNumOperands() && "Invalid index");
652 assert(CP->getOperand(OperandNo) != To && "I didn't contain From!");
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantPoolValue.cpp75 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
191 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
194 getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment); in getExistingMachineCPValue()
197 CP->getConstants()[index].Val.MachineCPVal); in getExistingMachineCPValue()
239 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
241 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment); in getExistingMachineCPValue()
279 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, in getExistingMachineCPValue() argument
281 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment); in getExistingMachineCPValue()
/external/llvm-project/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp49 const Constant *CP = nullptr; member
58 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1; in hasSymbolicDisplacement()
74 } else if (CP) { in dump()
76 CP->dump(); in dump()
147 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
148 AM.CP = CP->getConstVal(); in MatchWrapper()
149 AM.Alignment = CP->getAlign(); in MatchWrapper()
150 AM.Disp += CP->getOffset(); in MatchWrapper()
265 else if (AM.CP) in SelectAddr()
266 Disp = CurDAG->getTargetConstantPool(AM.CP, MVT::i16, AM.Alignment, AM.Disp, in SelectAddr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp49 const Constant *CP = nullptr; member
58 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1; in hasSymbolicDisplacement()
74 } else if (CP) { in dump()
76 CP->dump(); in dump()
147 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() local
148 AM.CP = CP->getConstVal(); in MatchWrapper()
149 AM.Align = CP->getAlignment(); in MatchWrapper()
150 AM.Disp += CP->getOffset(); in MatchWrapper()
265 else if (AM.CP) in SelectAddr()
266 Disp = CurDAG->getTargetConstantPool(AM.CP, MVT::i16, in SelectAddr()

12345678910>>...24