Home
last modified time | relevance | path

Searched refs:Nontemporal (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGValue.h226 bool Nontemporal : 1; variable
260 this->Nontemporal = false; in Initialize()
306 bool isNontemporal() const { return Nontemporal; } in isNontemporal()
307 void setNontemporal(bool Value) { Nontemporal = Value; } in setNontemporal()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp575 SpvMemOp |= static_cast<uint32_t>(SPIRV::MemoryOperand::Nontemporal); in addMemoryOperands()
591 SpvMemOp |= static_cast<uint32_t>(SPIRV::MemoryOperand::Nontemporal); in addMemoryOperands()
H A DSPIRVSymbolicOperands.td1449 defm Nontemporal : MemoryOperandOperand<0x4, 0, 0, [], []>;
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DBuiltins.def1707 // Nontemporal loads/stores builtins