Home
last modified time | relevance | path

Searched defs:isNonTemporal (Results 1 – 4 of 4) sorted by relevance

/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h298 bool isNonTemporal() const { return FlagVals & MONonTemporal; } isNonTemporal() function
/llvm-project/mlir/lib/Conversion/SPIRVToLLVM/
H A DSPIRVToLLVM.cpp238 replaceWithLoadOrStore(Operation * op,ValueRange operands,ConversionPatternRewriter & rewriter,LLVMTypeConverter & typeConverter,unsigned alignment,bool isVolatile,bool isNonTemporal) replaceWithLoadOrStore() argument
978 bool isNonTemporal = memoryAccess == spirv::MemoryAccess::Nontemporal; matchAndRewrite() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMemoryLegalizer.cpp202 bool isNonTemporal() const { in isNonTemporal() function in __anonb377849a0111::SIMemOpInfo
/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
H A DLLVMDialect.cpp887 build(OpBuilder & builder,OperationState & state,Type type,Value addr,unsigned alignment,bool isVolatile,bool isNonTemporal,bool isInvariant,AtomicOrdering ordering,StringRef syncscope) build() argument
926 build(OpBuilder & builder,OperationState & state,Value value,Value addr,unsigned alignment,bool isVolatile,bool isNonTemporal,AtomicOrdering ordering,StringRef syncscope) build() argument