Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h258 bool isUnordered() const { in isUnordered() function
392 bool isUnordered() const { in isUnordered() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h306 bool isUnordered() const { in isUnordered() function
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h54 bool isUnordered() const { return getMMO().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.h89 bool isUnordered() const { in isUnordered() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp867 bool isUnordered() const { in isUnordered() function in __anon73aa16d30411::EarlyCSE::ParseMemoryInst
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp4411 bool CmpInst::isUnordered(Predicate predicate) { in isUnordered() function in CmpInst