Searched defs:isNonTemporal (Results 1 – 9 of 9) sorted by relevance
/external/llvm/include/llvm/CodeGen/ |
D | MachineMemOperand.h | 151 bool isNonTemporal() const { return Flags & MONonTemporal; } in isNonTemporal() function
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeTypesGeneric.cpp | 222 bool isNonTemporal = LD->isNonTemporal(); in ExpandRes_NormalLoad() local 408 bool isNonTemporal = St->isNonTemporal(); in ExpandOp_NormalStore() local
|
D | LegalizeVectorTypes.cpp | 793 bool isNonTemporal = LD->isNonTemporal(); in SplitVecRes_LOAD() local 2375 bool isNonTemporal = LD->isNonTemporal(); in GenWidenVectorLoads() local 2526 bool isNonTemporal = LD->isNonTemporal(); in GenWidenVectorExtLoads() local 2568 bool isNonTemporal = ST->isNonTemporal(); in GenWidenVectorStores() local 2636 bool isNonTemporal = ST->isNonTemporal(); in GenWidenVectorTruncStores() local
|
D | LegalizeVectorOps.cpp | 401 bool isNonTemporal = ST->isNonTemporal(); in ExpandStore() local
|
D | LegalizeDAG.cpp | 650 bool isNonTemporal = ST->isNonTemporal(); in OptimizeFloatStore() local 703 bool isNonTemporal = ST->isNonTemporal(); in LegalizeStoreOps() local 919 bool isNonTemporal = LD->isNonTemporal(); in LegalizeLoadOps() local
|
D | LegalizeIntegerTypes.cpp | 1032 bool isNonTemporal = N->isNonTemporal(); in PromoteIntOp_STORE() local 1791 bool isNonTemporal = N->isNonTemporal(); in ExpandIntRes_LOAD() local 2676 bool isNonTemporal = N->isNonTemporal(); in ExpandIntOp_STORE() local
|
D | SelectionDAG.cpp | 527 bool isNonTemporal, bool isInvariant) { in encodeMemSDNodeFlags() 4246 bool isVolatile, bool isNonTemporal, bool isInvariant, in getLoad() 4325 bool isVolatile, bool isNonTemporal, in getLoad() 4338 bool isVolatile, bool isNonTemporal, in getExtLoad() 4361 bool isVolatile, bool isNonTemporal, in getStore() 4414 EVT SVT,bool isVolatile, bool isNonTemporal, in getTruncStore()
|
D | SelectionDAGBuilder.cpp | 3243 bool isNonTemporal = I.getMetadata("nontemporal") != 0; in visitLoad() local 3341 bool isNonTemporal = I.getMetadata("nontemporal") != 0; in visitStore() local
|
D | DAGCombiner.cpp | 7521 bool isNonTemporal = ST->isNonTemporal(); in visitSTORE() local
|