Searched defs:CP (Results 1 - 25 of 60) sorted by relevance

123

/external/libcxx/test/std/containers/associative/map/map.modifiers/
H A Dinsert_iter_rv.pass.cpp65 typedef std::pair<const int, MoveOnly> CP; typedef
67 do_insert_iter_rv_test<M, CP>();
H A Dinsert_rv.pass.cpp71 typedef std::pair<const int, MoveOnly> CP; typedef
73 do_insert_rv_test<M, CP>();
/external/libcxx/test/std/containers/associative/multimap/multimap.modifiers/
H A Dinsert_iter_rv.pass.cpp66 typedef std::pair<const int, MoveOnly> CP; typedef
68 do_insert_rv_test<M, CP>();
/external/llvm/lib/Target/SystemZ/
H A DSystemZConstantPoolValue.cpp30 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { argument
32 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
/external/compiler-rt/make/
H A Dconfig.mk23 CP := cp macro
/external/llvm/lib/MC/
H A DConstantPools.cpp51 ConstantPoolMapTy::iterator CP = ConstantPools.find(Section); local
52 if (CP == ConstantPools.end())
55 return &CP->second;
64 ConstantPool &CP) {
65 if (!CP.empty()) {
67 CP.emitEntries(Streamer);
75 ConstantPool &CP = CPI.second; local
77 emitConstantPool(Streamer, Section, CP);
83 if (ConstantPool *CP = getConstantPool(Section)) {
84 emitConstantPool(Streamer, Section, *CP);
63 emitConstantPool(MCStreamer &Streamer, MCSection *Section, ConstantPool &CP) argument
[all...]
/external/ltp/testcases/kernel/syscalls/setns/
H A Dsetns02.c49 #define CP "(child) " macro
70 tst_resm(TFAIL|TERRNO, CP"uname");
71 tst_resm(TINFO, CP"hostname (inherited from parent): %s",
75 tst_resm(TFAIL|TERRNO, CP"sethostname");
77 tst_resm(TFAIL|TERRNO, CP"uname");
79 tst_resm(TINFO, CP"hostname changed to: %s", uts.nodename);
81 tst_resm(TFAIL, CP"expected hostname to be different");
84 tst_resm(TPASS, CP"hostname is different in parent/child");
87 tst_resm(TINFO, CP"attempting to switch ns back to parent ns");
89 tst_resm(TFAIL|TERRNO, CP"setn
[all...]
/external/mdnsresponder/mDNSWindows/Java/
H A Dmakefile42 CP = copy macro
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DELFCodeEmitter.cpp63 // the later may reference JT or CP entry address.
142 const std::vector<MachineConstantPoolEntry> &CP = MCP->getConstants(); local
143 if (CP.empty()) return;
149 for (unsigned i = 0, e = CP.size(); i != e; ++i) {
150 MachineConstantPoolEntry CPE = CP[i];
/external/llvm/lib/Target/ARM/
H A DARMConstantPoolValue.cpp69 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, argument
170 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, argument
172 return getExistingMachineCPValueImpl<ARMConstantPoolConstant>(CP, Alignment);
209 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, argument
211 return getExistingMachineCPValueImpl<ARMConstantPoolSymbol>(CP, Alignment);
249 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, argument
251 return getExistingMachineCPValueImpl<ARMConstantPoolMBB>(CP, Alignment);
H A DARMConstantPoolValue.h70 int getExistingMachineCPValueImpl(MachineConstantPool *CP, argument
73 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants();
106 int getExistingMachineCPValue(MachineConstantPool *CP,
165 int getExistingMachineCPValue(MachineConstantPool *CP,
199 int getExistingMachineCPValue(MachineConstantPool *CP,
235 int getExistingMachineCPValue(MachineConstantPool *CP,
/external/llvm/lib/CodeGen/
H A DLiveInterval.cpp391 bool LiveRange::overlaps(const LiveRange &Other, const CoalescerPair &CP, argument
416 !CP.isCoalescable(Indexes.getInstructionFromIndex(Def)))
/external/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp49 const Constant *CP; member in struct:__anon13175::MSP430ISelAddressMode
53 unsigned Align; // CP alignment.
56 : BaseType(RegBase), Disp(0), GV(nullptr), CP(nullptr),
61 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1;
76 } else if (CP) {
77 errs() << " CP ";
78 CP->dump();
146 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
147 AM.CP = CP
[all...]
/external/mdnsresponder/mDNSPosix/
H A DMakefile61 CP = cp macro
298 $(CP) $< $@
301 $(CP) $< $@
309 $(CP) $< $@
314 $(CP) $< $@
343 $(CP) $< $@
350 $(CP) $< $@
354 $(CP) $< $@
377 $(CP) $< $@
393 $(CP)
[all...]
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
H A DARMConstantPoolValue.cpp63 int ARMConstantPoolValue::getExistingMachineCPValue(MachineConstantPool *CP, argument
165 int ARMConstantPoolConstant::getExistingMachineCPValue(MachineConstantPool *CP, argument
168 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
230 int ARMConstantPoolSymbol::getExistingMachineCPValue(MachineConstantPool *CP, argument
233 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
286 int ARMConstantPoolMBB::getExistingMachineCPValue(MachineConstantPool *CP, argument
289 const std::vector<MachineConstantPoolEntry> Constants = CP->getConstants();
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp48 const Constant *CP; member in struct:__anon20072::MSP430ISelAddressMode
52 unsigned Align; // CP alignment.
55 : BaseType(RegBase), Disp(0), GV(0), CP(0), BlockAddr(0),
60 return GV != 0 || CP != 0 || ES != 0 || JT != -1;
75 } else if (CP) {
76 errs() << " CP ";
77 CP->dump();
151 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) {
152 AM.CP = CP
[all...]
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp66 const ConstantVector *CP = cast<ConstantVector>(SVI->getOperand(2)); local
67 for (User::const_op_iterator i = CP->op_begin(), e = CP->op_end(); i!=e; ++i)
89 if (ConstantVector *CP = dyn_cast<ConstantVector>(V))
90 return CP->getOperand(EltNo);
/external/syslinux/gpxe/src/
H A DMakefile20 CP := cp macro
/external/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp159 SDValue ExpandConstant(ConstantSDNode *CP);
296 SDValue SelectionDAGLegalize::ExpandConstant(ConstantSDNode *CP) { argument
297 SDLoc dl(CP);
298 EVT VT = CP->getValueType(0);
299 SDValue CPIdx = DAG.getConstantPool(CP->getConstantIntValue(),
1886 Constant *CP = ConstantVector::get(CV);
1888 DAG.getConstantPool(CP, TLI.getPointerTy(DAG.getDataLayout()));
3203 ConstantSDNode *CP = cast<ConstantSDNode>(Node);
3204 Results.push_back(ExpandConstant(CP));
/external/llvm/lib/Target/Hexagon/
H A DHexagonGenInsert.cpp256 const BitTracker::RegisterCell *CP = CVect[RInd]; local
257 if (CP == 0)
258 CP = CVect[RInd] = &BT.lookup(VR);
259 return *CP;
/external/llvm/tools/yaml2obj/
H A Dyaml2coff.cpp151 // Take a CP and assign addresses and sizes to everything. Returns false if the
153 static bool layoutOptionalHeader(COFFParser &CP) { argument
154 if (!CP.isPE())
156 unsigned PEHeaderSize = CP.is64Bit() ? sizeof(object::pe32plus_header)
158 CP.Obj.Header.SizeOfOptionalHeader =
168 // Take a CP and assign addresses and sizes to everything. Returns false if the
170 static bool layoutCOFF(COFFParser &CP) { argument
173 CP.SectionTableStart =
174 CP.getHeaderSize() + CP
297 initializeOptionalHeader(COFFParser &CP, uint16_t Magic, T Header) argument
352 writeCOFF(COFFParser &CP, raw_ostream &OS) argument
[all...]
/external/llvm/lib/IR/
H A DConstantsContext.h559 static unsigned getHashValue(const ConstantClass *CP) { argument
561 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage)));
628 void remove(ConstantClass *CP) { argument
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);
635 replaceOperandsInPlace(ArrayRef<Constant *> Operands, ConstantClass *CP, Value *From, Constant *To, unsigned NumUpdated = 0, unsigned OperandNo = ~0u) argument
[all...]
/external/llvm/utils/TableGen/
H A DDAGISelMatcherGen.cpp500 if (const ComplexPattern *CP =
502 const std::vector<Record*> &OpNodes = CP->getRootNodes();
540 const ComplexPattern &CP = *N->getComplexPatternInfo(CGP); local
544 AddMatcher(new CheckComplexPatMatcher(CP, RecNodeEntry,
548 NextRecordedOperandNo += CP.getNumOperands();
549 if (CP.hasProperty(SDNPHasChain)) {
/external/swiftshader/third_party/LLVM/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp779 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op); local
781 SDValue Result = DAG.getTargetConstantPool(CP->getConstVal(), getPointerTy(),
782 CP->getAlignment(),
783 CP->getOffset());
/external/swiftshader/third_party/LLVM/lib/VMCore/
H A DConstantsContext.h481 static ValType getValType(ConstantVector *CP) { argument
483 Elements.reserve(CP->getNumOperands());
484 for (unsigned i = 0, e = CP->getNumOperands(); i != e; ++i)
485 Elements.push_back(CP->getOperand(i));
616 typename MapTy::iterator FindExistingElement(ConstantClass *CP) { argument
618 typename InverseMapTy::iterator IMI = InverseMap.find(CP);
620 IMI->second->second == CP &&
626 Map.find(MapKey(static_cast<TypeClass*>(CP->getType()),
627 ConstantKeyData<ConstantClass>::getValType(CP)));
628 if (I == Map.end() || I->second != CP) {
671 remove(ConstantClass *CP) argument
[all...]

Completed in 1521 milliseconds

123