/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64SelectionDAGInfo.cpp | 86 SDValue St = DAG.getMemIntrinsicNode( in EmitUnrolledSetTag() local 92 OutChains.push_back(St); in EmitUnrolledSetTag() 98 SDValue St = DAG.getMemIntrinsicNode( in EmitUnrolledSetTag() local 104 OutChains.push_back(St); in EmitUnrolledSetTag() 141 SDNode *St = DAG.getMachineNode( in EmitTargetCodeForSetTag() local 144 DAG.setNodeMemRefs(cast<MachineSDNode>(St), {BaseMemOperand}); in EmitTargetCodeForSetTag() 145 return SDValue(St, 2); in EmitTargetCodeForSetTag()
|
H A D | AArch64ISelDAGToDAG.cpp | 1348 SDNode *St = CurDAG->getMachineNode(Opc, dl, N->getValueType(0), Ops); in SelectStore() local 1352 CurDAG->setNodeMemRefs(cast<MachineSDNode>(St), {MemOp}); in SelectStore() 1354 ReplaceNode(N, St); in SelectStore() 1373 SDNode *St = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostStore() local 1375 ReplaceNode(N, St); in SelectPostStore() 1527 SDNode *St = CurDAG->getMachineNode(Opc, dl, MVT::Other, Ops); in SelectStoreLane() local 1531 CurDAG->setNodeMemRefs(cast<MachineSDNode>(St), {MemOp}); in SelectStoreLane() 1533 ReplaceNode(N, St); in SelectStoreLane() 1561 SDNode *St = CurDAG->getMachineNode(Opc, dl, ResTys, Ops); in SelectPostStoreLane() local 1565 CurDAG->setNodeMemRefs(cast<MachineSDNode>(St), {MemO in SelectPostStoreLane() 3172 SDNode *St = CurDAG->getMachineNode(Op, DL, MVT::i32, MVT::Other, Ops); Select() local [all...] |
H A D | AArch64ISelLowering.cpp | 11203 static SDValue splitStoreSplat(SelectionDAG &DAG, StoreSDNode &St, in splitStoreSplat() argument 11205 assert(!St.isTruncatingStore() && "cannot split truncating vector store"); in splitStoreSplat() 11206 unsigned OrigAlignment = St.getAlignment(); in splitStoreSplat() 11213 SDLoc DL(&St); in splitStoreSplat() 11214 SDValue BasePtr = St.getBasePtr(); in splitStoreSplat() 11217 const MachinePointerInfo &PtrInfo = St.getPointerInfo(); in splitStoreSplat() 11219 DAG.getStore(St.getChain(), DL, SplatVal, BasePtr, PtrInfo, in splitStoreSplat() 11220 OrigAlignment, St.getMemOperand()->getFlags()); in splitStoreSplat() 11237 St.getMemOperand()->getFlags()); in splitStoreSplat() 11300 static SDValue replaceZeroVectorStore(SelectionDAG &DAG, StoreSDNode &St) { in replaceZeroVectorStore() argument 11363 replaceSplatVectorStore(SelectionDAG &DAG, StoreSDNode &St) replaceSplatVectorStore() argument [all...] |
/third_party/json/tests/thirdparty/Fuzzer/ |
H A D | FuzzerIOPosix.cpp | 29 struct stat St; in IsFile() local 30 if (stat(Path.c_str(), &St)) in IsFile() 32 return S_ISREG(St.st_mode); in IsFile()
|
H A D | FuzzerIO.cpp | 27 struct stat St; in GetEpoch() local 28 if (stat(Path.c_str(), &St)) in GetEpoch() 30 return St.st_mtime; in GetEpoch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeTypesGeneric.cpp | 459 StoreSDNode *St = cast<StoreSDNode>(N); in ExpandOp_NormalStore() local 460 assert(!St->isAtomic() && "Atomics can not be split"); in ExpandOp_NormalStore() 461 EVT ValueVT = St->getValue().getValueType(); in ExpandOp_NormalStore() 463 SDValue Chain = St->getChain(); in ExpandOp_NormalStore() 464 SDValue Ptr = St->getBasePtr(); in ExpandOp_NormalStore() 465 unsigned Alignment = St->getAlignment(); in ExpandOp_NormalStore() 466 AAMDNodes AAInfo = St->getAAInfo(); in ExpandOp_NormalStore() 472 GetExpandedOp(St->getValue(), Lo, Hi); in ExpandOp_NormalStore() 477 Lo = DAG.getStore(Chain, dl, Lo, Ptr, St->getPointerInfo(), Alignment, in ExpandOp_NormalStore() 478 St in ExpandOp_NormalStore() [all...] |
H A D | DAGCombiner.cpp | 585 /// consecutive chains with better chains. Return true only if St is 590 bool findBetterNeighborChains(StoreSDNode *St); 594 bool parallelizeChainedStores(StoreSDNode *St); 652 /// that potentially may be merged with St are placed in 655 void getStoreMergeCandidates(StoreSDNode *St, 672 bool MergeConsecutiveStores(StoreSDNode *St); 15033 SDValue IVal, StoreSDNode *St, in ShrinkLoadReplaceStoreWithStore() 15052 if (St->getMemOperand() && in ShrinkLoadReplaceStoreWithStore() 15054 *St->getMemOperand())) in ShrinkLoadReplaceStoreWithStore() 15057 // Okay, we can do this! Replace the 'St' stor in ShrinkLoadReplaceStoreWithStore() 15032 ShrinkLoadReplaceStoreWithStore(const std::pair<unsigned, unsigned> &MaskInfo, SDValue IVal, StoreSDNode *St, DAGCombiner *DC) ShrinkLoadReplaceStoreWithStore() argument 15386 StoreSDNode *St = cast<StoreSDNode>(StoreNodes[I].MemNode); MergeStoresOfConstantsOrVecElts() local 15415 StoreSDNode *St = cast<StoreSDNode>(StoreNodes[i].MemNode); MergeStoresOfConstantsOrVecElts() local 15458 StoreSDNode *St = cast<StoreSDNode>(StoreNodes[Idx].MemNode); MergeStoresOfConstantsOrVecElts() local 15516 getStoreMergeCandidates( StoreSDNode *St, SmallVectorImpl<MemOpLink> &StoreNodes, SDNode *&RootNode) getStoreMergeCandidates() argument 15739 MergeConsecutiveStores(StoreSDNode *St) MergeConsecutiveStores() argument 16033 StoreSDNode *St = cast<StoreSDNode>(StoreNodes[i].MemNode); MergeConsecutiveStores() local 21083 parallelizeChainedStores(StoreSDNode *St) parallelizeChainedStores() argument 21191 findBetterNeighborChains(StoreSDNode *St) findBetterNeighborChains() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | SMLoc.h | 54 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) { in SMRange() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/ |
H A D | SMLoc.h | 55 SMRange(SMLoc St, SMLoc En) : Start(St), End(En) { in SMRange() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopVersioningLICM.cpp | 367 StoreInst *St = dyn_cast<StoreInst>(I); in instructionSafeForVersioning() local 368 if (!St || !St->isSimple()) { in instructionSafeForVersioning() 373 Value *Ptr = St->getPointerOperand(); in instructionSafeForVersioning()
|
H A D | GVNHoist.cpp | 983 } else if (auto *St = dyn_cast<StoreInst>(Repl)) { in makeGepOperandsAvailable() 984 Gep = dyn_cast<GetElementPtrInst>(St->getPointerOperand()); in makeGepOperandsAvailable() 985 Val = dyn_cast<Instruction>(St->getValueOperand()); in makeGepOperandsAvailable()
|
H A D | LoopInterchange.cpp | 102 } else if (auto *St = dyn_cast<StoreInst>(&I)) { in populateDependencyMatrix() 103 if (!St->isSimple()) in populateDependencyMatrix()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | GCRootLowering.cpp | 208 Value *St = new StoreInst(CI->getArgOperand(0), in DoLowering() local 210 CI->replaceAllUsesWith(St); in DoLowering()
|
/third_party/mesa3d/src/asahi/compiler/ |
H A D | agx_pack.c | 550 bool Rt, Ot, Ct, St; in agx_pack_instr() local 556 unsigned S = agx_pack_sampler(I->src[3], &St); in agx_pack_instr() 601 (((uint64_t) St) << 62) | in agx_pack_instr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | LoopAccessAnalysis.cpp | 1875 auto *St = dyn_cast<StoreInst>(&I); in analyzeLoop() local 1876 if (!St) { in analyzeLoop() 1877 recordAnalysis("CantVectorizeInstruction", St) in analyzeLoop() 1882 if (!St->isSimple() && !IsAnnotatedParallel) { in analyzeLoop() 1883 recordAnalysis("NonSimpleStore", St) in analyzeLoop() 1890 Stores.push_back(St); in analyzeLoop() 1891 DepChecker->addAccess(St); in analyzeLoop() 1893 collectStridedAccess(St); in analyzeLoop()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | LoopUnrollAndJam.cpp | 600 } else if (auto *St = dyn_cast<StoreInst>(&I)) { in getLoadsAndStores() 601 if (!St->isSimple()) in getLoadsAndStores()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 22682 StoreSDNode *St = cast<StoreSDNode>(Op.getNode()); 22683 SDLoc dl(St); 22684 SDValue StoredVal = St->getValue(); 22691 assert(!St->isTruncatingStore() && "Expected non-truncating store"); 22701 return DAG.getStore(St->getChain(), dl, StoredVal, St->getBasePtr(), 22702 St->getPointerInfo(), St->getAlignment(), 22703 St->getMemOperand()->getFlags()); 22706 if (St [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
H A D | SelectionDAGNodes.h | 2642 const StoreSDNode *St = dyn_cast<StoreSDNode>(N); in isNormalStore() local 2643 return St && !St->isTruncatingStore() && in isNormalStore() 2644 St->getAddressingMode() == ISD::UNINDEXED; in isNormalStore()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
H A D | SparcISelLowering.cpp | 2819 StoreSDNode *St = cast<StoreSDNode>(Op.getNode()); in LowerSTORE() local 2821 EVT MemVT = St->getMemoryVT(); in LowerSTORE() 2828 SDValue Val = DAG.getNode(ISD::BITCAST, dl, MVT::v2i32, St->getValue()); in LowerSTORE() 2830 St->getChain(), dl, Val, St->getBasePtr(), St->getPointerInfo(), in LowerSTORE() 2831 St->getAlignment(), St->getMemOperand()->getFlags(), St->getAAInfo()); in LowerSTORE()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
H A D | ARMISelLowering.cpp | 13451 static SDValue PerformTruncatingStoreCombine(StoreSDNode *St, in PerformTruncatingStoreCombine() argument 13453 SDValue StVal = St->getValue(); in PerformTruncatingStoreCombine() 13455 if (!St->isTruncatingStore() || !VT.isVector()) in PerformTruncatingStoreCombine() 13458 EVT StVT = St->getMemoryVT(); in PerformTruncatingStoreCombine() 13481 SDLoc DL(St); in PerformTruncatingStoreCombine() 13516 SDValue BasePtr = St->getBasePtr(); in PerformTruncatingStoreCombine() 13524 DAG.getStore(St->getChain(), DL, SubVec, BasePtr, St->getPointerInfo(), in PerformTruncatingStoreCombine() 13525 St->getAlignment(), St in PerformTruncatingStoreCombine() 13536 PerformSplittingToNarrowingStores(StoreSDNode *St, SelectionDAG &DAG) PerformSplittingToNarrowingStores() argument 13592 StoreSDNode *St = cast<StoreSDNode>(N); PerformSTORECombine() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCommonGEP.cpp | 1032 } else if (StoreInst *St = dyn_cast<StoreInst>(R)) { in separateConstantChains() 1034 if (&St->getOperandUse(PtrX) == U) in separateConstantChains()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
H A D | ARMAsmParser.cpp | 5837 bool ARMAsmParser::parseMemRegOffsetShift(ARM_AM::ShiftOpc &St, in parseMemRegOffsetShift() argument 5847 St = ARM_AM::lsl; in parseMemRegOffsetShift() 5849 St = ARM_AM::lsr; in parseMemRegOffsetShift() 5851 St = ARM_AM::asr; in parseMemRegOffsetShift() 5853 St = ARM_AM::ror; in parseMemRegOffsetShift() 5855 St = ARM_AM::rrx; in parseMemRegOffsetShift() 5857 St = ARM_AM::uxtw; in parseMemRegOffsetShift() 5864 if (St != ARM_AM::rrx) { in parseMemRegOffsetShift() 5884 ((St == ARM_AM::lsl || St in parseMemRegOffsetShift() [all...] |
/third_party/vixl/test/aarch64/ |
H A D | test-assembler-aarch64.cc | 10875 {&MacroAssembler::St##NAME, &MacroAssembler::St##NAME##l} 10883 {&MacroAssembler::St##NAME##b, &MacroAssembler::St##NAME##lb} 10891 {&MacroAssembler::St##NAME##h, &MacroAssembler::St##NAME##lh} 11309 #define ATOMIC_STORE_B(NAME) __ St##NAME##b(w0, MemOperand(x20)); 11341 #define ATOMIC_STORE_H(NAME) __ St##NAME##h(w0, MemOperand(x20)); 11373 #define ATOMIC_STORE_W(NAME) __ St##NAME(w0, MemOperand(x20)); 11415 #define ATOMIC_STORE_X(NAME) __ St##NAM [all...] |
/third_party/node/deps/openssl/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1776 Jennifer D. St Clair asks: 2133 Jennifer D. St Clair
|
/third_party/openssl/external/perl/Text-Template-1.56/lib/Text/ |
H A D | Template.pm | 1776 Jennifer D. St Clair asks: 2133 Jennifer D. St Clair
|