Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DMemoryModelRelaxationAnnotations.h128 bool canInstructionHaveMMRAs(const Instruction &I);
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DMemoryModelRelaxationAnnotations.cpp167 bool llvm::canInstructionHaveMMRAs(const Instruction &I) { in canInstructionHaveMMRAs() function in llvm
H A DVerifier.cpp4900 Check(canInstructionHaveMMRAs(I), in visitMMRAMetadata()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp157 if (canInstructionHaveMMRAs(*I)) in addMMRAMD()