Searched defs:isNonTemporal (Results 1 – 10 of 10) sorted by relevance
| /external/llvm/include/llvm/CodeGen/ |
| D | MachineMemOperand.h | 175 bool isNonTemporal() const { return Flags & MONonTemporal; } in isNonTemporal() function
|
| /external/llvm/lib/CodeGen/SelectionDAG/ |
| D | LegalizeTypesGeneric.cpp | 260 bool isNonTemporal = LD->isNonTemporal(); in ExpandRes_NormalLoad() local 475 bool isNonTemporal = St->isNonTemporal(); in ExpandOp_NormalStore() local
|
| D | LegalizeVectorTypes.cpp | 957 bool isNonTemporal = LD->isNonTemporal(); in SplitVecRes_LOAD() local 3001 bool isNonTemporal = LD->isNonTemporal(); in GenWidenVectorLoads() local 3154 bool isNonTemporal = LD->isNonTemporal(); in GenWidenVectorExtLoads() local 3202 bool isNonTemporal = ST->isNonTemporal(); in GenWidenVectorStores() local 3271 bool isNonTemporal = ST->isNonTemporal(); in GenWidenVectorTruncStores() local
|
| D | LegalizeVectorOps.cpp | 634 bool isNonTemporal = ST->isNonTemporal(); in ExpandStore() local
|
| D | LegalizeDAG.cpp | 650 bool isNonTemporal = ST->isNonTemporal(); in OptimizeFloatStore() local 705 bool isNonTemporal = ST->isNonTemporal(); in LegalizeStoreOps() local 934 bool isNonTemporal = LD->isNonTemporal(); in LegalizeLoadOps() local
|
| D | SelectionDAG.cpp | 589 bool isNonTemporal, bool isInvariant) { in encodeMemSDNodeFlags() 4752 bool isVolatile, bool isNonTemporal, bool isInvariant, in getLoad() 4832 bool isVolatile, bool isNonTemporal, in getLoad() 4853 bool isVolatile, bool isNonTemporal, in getExtLoad() 4885 bool isVolatile, bool isNonTemporal, in getStore() 4939 EVT SVT,bool isVolatile, bool isNonTemporal, in getTruncStore()
|
| D | LegalizeIntegerTypes.cpp | 1902 bool isNonTemporal = N->isNonTemporal(); in ExpandIntRes_LOAD() local 2755 bool isNonTemporal = N->isNonTemporal(); in ExpandIntOp_STORE() local
|
| D | SelectionDAGBuilder.cpp | 3507 bool isNonTemporal = I.getMetadata(LLVMContext::MD_nontemporal) != nullptr; in visitLoad() local 3611 bool isNonTemporal = I.getMetadata(LLVMContext::MD_nontemporal) != nullptr; in visitStore() local
|
| D | DAGCombiner.cpp | 10663 bool isNonTemporal = ST->isNonTemporal(); in visitSTORE() local
|
| /external/llvm/lib/Target/NVPTX/ |
| D | NVPTXISelLowering.cpp | 1970 bool isNonTemporal = ST->isNonTemporal(); in LowerSTOREi1() local
|