Home
last modified time | relevance | path

Searched refs:isNonTemporal (Results 1 – 17 of 17) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIMemoryLegalizer.cpp190 bool isNonTemporal() const { in isNonTemporal() function in __anon70cde17e0111::SIMemOpInfo
529 IsNonTemporal &= MMO->isNonTemporal(); in constructFromMIWithMMO()
1172 if (MOI.isNonTemporal()) { in expandLoad()
1199 if (MOI.isNonTemporal()) { in expandStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonInstrFormats.td168 bit isNonTemporal = 0;
183 let isNT = !if(isNonTemporal, "true", "false");
DHexagonDepInstrInfo.td27167 let isNonTemporal = 1;
27189 let isNonTemporal = 1;
27211 let isNonTemporal = 1;
27233 let isNonTemporal = 1;
27255 let isNonTemporal = 1;
27276 let isNonTemporal = 1;
27297 let isNonTemporal = 1;
27319 let isNonTemporal = 1;
27340 let isNonTemporal = 1;
27361 let isNonTemporal = 1;
[all …]
DHexagonISelDAGToDAG.cpp117 if (LD->isNonTemporal()) in SelectIndexedLoad()
507 if (ST->isNonTemporal()) in SelectIndexedStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineMemOperand.h261 bool isNonTemporal() const { return FlagVals & MONonTemporal; } in isNonTemporal() function
DSelectionDAGNodes.h1330 bool isNonTemporal() const { return MemSDNodeBits.IsNonTemporal; }
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineOperand.cpp1067 if (isNonTemporal()) in print()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td1246 return cast<StoreSDNode>(N)->isNonTemporal();
1264 return cast<LoadSDNode>(N)->isNonTemporal();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp1256 if (!ISD::isNormalStore(StoreNode) || StoreNode->isNonTemporal()) in isFusableLoadOpStorePattern()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FastISel.cpp326 bool IsNonTemporal = MMO && MMO->isNonTemporal(); in X86FastEmitLoad()
492 bool IsNonTemporal = MMO && MMO->isNonTemporal(); in X86FastEmitStore()
DX86ISelDAGToDAG.cpp488 if (!N->isNonTemporal()) in useNonTemporalLoad()
2883 if (!ISD::isNormalStore(StoreNode) || StoreNode->isNonTemporal()) in isFusableLoadOpStorePattern()
DX86ISelLowering.cpp8196 if (LDBase->isNonTemporal() && LDBase->getAlignment() >= 32 && in EltsFromConsecutiveLoads()
41271 ((Ld->isNonTemporal() && !Subtarget.hasInt256() && Alignment >= 16) || in combineLoad()
41636 if (St->isNonTemporal() && StVT == VT && Alignment < VT.getStoreSize()) { in combineStore()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp15226 LD->isNonTemporal() || in TransformFPLoadStorePair()
15227 ST->isNonTemporal() || in TransformFPLoadStorePair()
15562 if (St->isNonTemporal() != Other->isNonTemporal()) in getStoreMergeCandidates()
15585 if (cast<LoadSDNode>(Val)->isNonTemporal() != OtherLd->isNonTemporal()) in getStoreMergeCandidates()
15768 bool IsNonTemporalStore = St->isNonTemporal(); in MergeConsecutiveStores()
15770 IsLoadSrc && cast<LoadSDNode>(StoredVal)->isNonTemporal(); in MergeConsecutiveStores()
DSelectionDAGBuilder.cpp4062 bool isNonTemporal = I.hasMetadata(LLVMContext::MD_nontemporal); in visitLoad() local
4134 if (isNonTemporal) in visitLoad()
DSelectionDAG.cpp8982 MemSDNodeBits.IsNonTemporal = MMO->isNonTemporal(); in MemSDNode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstrInfo.td276 !cast<MaskedLoadSDNode>(N)->isNonTemporal();
329 cast<MaskedLoadSDNode>(N)->isNonTemporal();
338 !cast<MaskedStoreSDNode>(N)->isNonTemporal();
368 cast<MaskedStoreSDNode>(N)->isNonTemporal();
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp7863 LD->isNonTemporal()) in canReuseLoadAddress()