| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
| H A D | COFFEmitter.cpp | 166 // Take a CP and assign addresses and sizes to everything. Returns false if the 168 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() 205 // Take a CP and assign addresses and sizes to everything. Returns false if the 207 static bool layoutCOFF(COFFParser &CP) { in layoutCOFF() argument 210 CP.SectionTableStart = in layoutCOFF() 211 CP.getHeaderSize() + CP in layoutCOFF() 351 initializeOptionalHeader(COFFParser &CP, uint16_t Magic, T Header) initializeOptionalHeader() argument 405 writeCOFF(COFFParser &CP, raw_ostream &OS) writeCOFF() argument [all...] |
| /third_party/ltp/testcases/kernel/syscalls/setns/ |
| H A D | setns02.c | 30 #define CP "(child) " macro 47 tst_res(TFAIL|TERRNO, CP"uname"); in do_child_newuts() 48 tst_res(TINFO, CP"hostname (inherited from parent): %s", in do_child_newuts() 52 tst_res(TFAIL|TERRNO, CP"sethostname"); in do_child_newuts() 54 tst_res(TFAIL|TERRNO, CP"uname"); in do_child_newuts() 56 tst_res(TINFO, CP"hostname changed to: %s", uts.nodename); in do_child_newuts() 58 tst_res(TFAIL, CP"expected hostname to be different"); in do_child_newuts() 61 tst_res(TPASS, CP"hostname is different in parent/child"); in do_child_newuts() 64 tst_res(TINFO, CP"attempting to switch ns back to parent ns"); in do_child_newuts() 66 tst_res(TFAIL|TERRNO, CP"setn in do_child_newuts() [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/pae/ |
| H A D | ieee802_1x_cp.c | 2 * IEEE 802.1X-2010 Controlled Port of PAE state machine - CP state machine 21 #define STATE_MACHINE_DEBUG_PREFIX "CP" 36 /* CP -> Client */ 39 /* Logon -> CP */ 42 /* KaY -> CP */ 43 Boolean chgd_server; /* clear by CP */ 47 Boolean new_sak; /* clear by CP */ 55 /* CP -> KaY */ 65 /* CP -> SecY */ 76 /* SecY -> CP */ [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/pae/ |
| H A D | ieee802_1x_cp.c | 2 * IEEE 802.1X-2010 Controlled Port of PAE state machine - CP state machine 21 #define STATE_MACHINE_DEBUG_PREFIX "CP" 36 /* CP -> Client */ 39 /* Logon -> CP */ 42 /* KaY -> CP */ 43 bool chgd_server; /* clear by CP */ 47 bool new_sak; /* clear by CP */ 55 /* CP -> KaY */ 65 /* CP -> SecY */ 76 /* SecY -> CP */ [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
| H A D | RegisterCoalescer.cpp | 224 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); 584 adjustCopiesBackFrom(const CoalescerPair &CP, MachineInstr *CopyMI) adjustCopiesBackFrom() argument 767 removeCopyByCommutingDef(const CoalescerPair &CP, MachineInstr *CopyMI) removeCopyByCommutingDef() argument 1054 removePartialRedundancy(const CoalescerPair &CP, MachineInstr &CopyMI) removePartialRedundancy() argument 1233 reMaterializeTrivialDef(const CoalescerPair &CP, MachineInstr *CopyMI, bool &IsDefCopy) reMaterializeTrivialDef() argument 1768 canJoinPhys(const CoalescerPair &CP) canJoinPhys() argument 2013 joinReservedPhysReg(CoalescerPair &CP) joinReservedPhysReg() argument 2224 const CoalescerPair &CP; global() member in __anon24096::JoinVals 3250 joinSubRegRanges(LiveRange &LRange, LiveRange &RRange, LaneBitmask LaneMask, const CoalescerPair &CP) joinSubRegRanges() argument 3313 mergeSubRangeInto(LiveInterval &LI, const LiveRange &ToMerge, LaneBitmask LaneMask, CoalescerPair &CP, unsigned ComposeSubRegIdx) mergeSubRangeInto() argument 3344 joinVirtRegs(CoalescerPair &CP) joinVirtRegs() argument 3460 joinIntervals(CoalescerPair &CP) joinIntervals() argument 3503 checkMergingChangesDbgValues(CoalescerPair &CP, LiveRange &LHS, JoinVals &LHSVals, LiveRange &RHS, JoinVals &RHSVals) checkMergingChangesDbgValues() argument [all...] |
| H A D | RegAllocPBQP.cpp | 441 CoalescerPair CP(*MF.getSubtarget().getRegisterInfo()); variable 448 if (!CP.setRegisters(&MI) || CP.getSrcReg() == CP.getDstReg()) 451 unsigned DstReg = CP.getDstReg(); 452 unsigned SrcReg = CP.getSrcReg(); 457 if (CP.isPhys()) {
|
| H A D | LiveRegMatrix.cpp | 168 CoalescerPair CP(VirtReg.reg, PhysReg, *TRI); in checkRegUnitInterference() 173 return Range.overlaps(UnitRange, CP, *LIS->getSlotIndexes()); in checkRegUnitInterference()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/ |
| H A D | ConstantPools.cpp | 67 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() 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() 100 emitConstantPool(Streamer, Section, *CP); in emitForCurrentSection() 79 emitConstantPool(MCStreamer &Streamer, MCSection *Section, ConstantPool &CP) emitConstantPool() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
| H A D | ARMConstantPoolValue.cpp | 75 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()
|
| H A D | ARMConstantPoolValue.h | 79 int getExistingMachineCPValueImpl(MachineConstantPool *CP, in getExistingMachineCPValueImpl() argument 82 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValueImpl() 116 int getExistingMachineCPValue(MachineConstantPool *CP, 189 int getExistingMachineCPValue(MachineConstantPool *CP, 225 int getExistingMachineCPValue(MachineConstantPool *CP, 261 int getExistingMachineCPValue(MachineConstantPool *CP,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
| H A D | MSP430ISelDAGToDAG.cpp | 49 const Constant *CP = nullptr; member 53 unsigned Align = 0; // CP alignment. 58 return GV != nullptr || CP != nullptr || ES != nullptr || JT != -1; in hasSymbolicDisplacement() 74 } else if (CP) { in dump() 75 errs() << " CP "; in dump() 76 CP->dump(); in dump() 147 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(N0)) { in MatchWrapper() 148 AM.CP = CP->getConstVal(); in MatchWrapper() 149 AM.Align = CP in MatchWrapper() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| H A D | ConstantsContext.h | 591 static unsigned getHashValue(const ConstantClass *CP) { in getHashValue() 593 return getHashValue(LookupKey(CP->getType(), ValType(CP, Storage))); in getHashValue() 666 void remove(ConstantClass *CP) { in remove() argument 667 typename MapTy::iterator I = Map.find(CP); in remove() 669 assert(*I == CP && "Didn't find correct element?"); in remove() 674 ConstantClass *CP, Value *From, in replaceOperandsInPlace() 677 LookupKey Key(CP->getType(), ValType(Operands, CP)); in replaceOperandsInPlace() 687 remove(CP); in replaceOperandsInPlace() 673 replaceOperandsInPlace(ArrayRef<Constant *> Operands, ConstantClass *CP, Value *From, Constant *To, unsigned NumUpdated = 0, unsigned OperandNo = ~0u) replaceOperandsInPlace() argument [all...] |
| /third_party/mesa3d/src/freedreno/decode/ |
| H A D | cffdec.c | 2492 * SRM is set by UMD usually at start of IB to tell CP the type of in cp_set_render_mode() 2494 * KMD needs to set SRM to NULL to indicate CP that rendering is in cp_set_render_mode() 2641 #define CP(x, fxn, ...) { "CP_" #x, fxn, ##__VA_ARGS__ } macro 2649 CP(NOP, cp_nop), 2650 CP(INDIRECT_BUFFER, cp_indirect), 2651 CP(INDIRECT_BUFFER_PFD, cp_indirect), 2652 CP(WAIT_FOR_IDLE, cp_wfi), 2653 CP(REG_RMW, cp_rmw), 2654 CP(REG_TO_MEM, cp_reg_mem), 2655 CP(MEM_TO_RE [all...] |
| /third_party/typescript/tests/baselines/reference/ |
| H A D | quickIntersectionCheckCorrectlyCachesErrors.js | 7 export function wu<CP extends { o: object }>(CC: F<CP>) { 11 return <CC {...(null as unknown as CP)} />;
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/xml/ |
| H A D | Makefile | 12 CP = cp macro 113 $(CP) $? $@ 117 $(CP) $? $@ 121 $(CP) $? $@ 223 $(CP) $? $@ 227 $(CP) $? $@ 231 $(CP) $? $@
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
| H A D | SystemZConstantPoolValue.cpp | 29 getExistingMachineCPValue(MachineConstantPool *CP, unsigned Alignment) { in getExistingMachineCPValue() argument 31 const std::vector<MachineConstantPoolEntry> &Constants = CP->getConstants(); in getExistingMachineCPValue()
|
| H A D | SystemZConstantPoolValue.h | 45 int getExistingMachineCPValue(MachineConstantPool *CP,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | StringsAndChecksums.h | 90 void setChecksums(const ChecksumsPtr &CP) { Checksums = CP; } in setChecksums() argument
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
| H A D | HexagonRDFOpt.cpp | 312 HexagonCP CP(G); in runOnMachineFunction() 313 CP.trace(RDFDump); in runOnMachineFunction() 314 Changed = CP.run(); in runOnMachineFunction()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGDumper.cpp | 610 } else if (const ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(this)){ 611 int offset = CP->getOffset(); 612 if (CP->isMachineConstantPoolEntry()) 613 OS << "<" << *CP->getMachineCPVal() << ">"; 615 OS << "<" << *CP->getConstVal() << ">"; 620 if (unsigned int TF = CP->getTargetFlags())
|
| H A D | InstrEmitter.cpp | 410 } else if (ConstantPoolSDNode *CP = dyn_cast<ConstantPoolSDNode>(Op)) { 411 int Offset = CP->getOffset(); 412 unsigned Align = CP->getAlignment(); 413 Type *Type = CP->getType(); 425 if (CP->isMachineConstantPoolEntry()) 426 Idx = MCP->getConstantPoolIndex(CP->getMachineCPVal(), Align); 428 Idx = MCP->getConstantPoolIndex(CP->getConstVal(), Align); 429 MIB.addConstantPoolIndex(Idx, Offset, CP->getTargetFlags());
|
| /third_party/skia/third_party/externals/harfbuzz/src/ |
| H A D | hb-ot-shape-complex-indic-table.cc | 93 /* 0028 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x), _(x,x), _(x,x), 106 /* 00D0 */ _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), _(CP,x), 132 /* 0980 */ _(CP,x), _(Bi,T), _(Bi,R), _(Vs,R), _(x,x), _(VI,x), _(VI,x), _(VI,x), 165 /* 0A70 */ _(Bi,T), _(GM,T), _(CP,x), _(CP,x), _(x,x), _(CM,B), _(x,x), _(x,x), 314 /* 1048 */ _(Nd,x), _(Nd,x), _(x,x), _(CP,x), _(x,x), _(x,x), _(CP,x), _(x,x), 356 /* 1CF8 */ _(Ca,x), _(Ca,x), _(CP,x), _(x,x), _(x,x), _(x,x), _(x,x), _(x,x), 364 /* 2010 */ _(CP,x), _(CP, [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
| H A D | MachineConstantPool.h | 47 virtual int getExistingMachineCPValue(MachineConstantPool *CP,
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/XCore/ |
| H A D | XCoreISelLowering.cpp | 304 SDValue CP = DAG.getConstantPool(GAI, MVT::i32); in LowerGlobalAddress() local 306 DAG.getEntryNode(), CP, MachinePointerInfo()); in LowerGlobalAddress() 324 ConstantPoolSDNode *CP = cast<ConstantPoolSDNode>(Op); in LowerConstantPool() local 326 SDLoc dl(CP); in LowerConstantPool() 329 if (CP->isMachineConstantPoolEntry()) { in LowerConstantPool() 330 Res = DAG.getTargetConstantPool(CP->getMachineCPVal(), PtrVT, in LowerConstantPool() 331 CP->getAlignment(), CP->getOffset()); in LowerConstantPool() 333 Res = DAG.getTargetConstantPool(CP->getConstVal(), PtrVT, in LowerConstantPool() 334 CP in LowerConstantPool() [all...] |
| /third_party/vk-gl-cts/external/vulkan-docs/src/ |
| H A D | Makefile | 97 CP = cp macro 302 $(QUIET)$(CP) -rf $(KATEXSRCDIR) $(KATEXINSTDIR) 318 $(QUIET)$(CP) $(CHUNKINDEX)/chunked.css $(CHUNKINDEX)/chunked.js \
|