Home
last modified time | relevance | path

Searched defs:isUnordered (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h247 bool isUnordered() const { in isUnordered() function
368 bool isUnordered() const { in isUnordered() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h311 bool isUnordered() const { in isUnordered() function
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h648 bool isUnordered() const { return cast<llvm::LoadInst>(Val)->isUnordered(); } in isUnordered() function
686 bool isUnordered() const { return cast<llvm::StoreInst>(Val)->isUnordered(); } in isUnordered() function
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h136 bool isUnordered() const { return isInput(); } in isUnordered() function
H A DTargetTransformInfo.h90 bool isUnordered() const { in isUnordered() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h67 bool isUnordered() const { return getMMO().isUnordered(); } in isUnordered() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp867 bool isUnordered() const { in isUnordered() function in __anon2439b80b0411::EarlyCSE::ParseMemoryInst
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3850 bool CmpInst::isUnordered(Predicate predicate) { in isUnordered() function in CmpInst