Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstructions.h258 bool isUnordered() const { in isUnordered() function
384 bool isUnordered() const { in isUnordered() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/GlobalISel/
H A DGenericMachineInstrs.h58 bool isUnordered() const { return getMMO().isUnordered(); } in isUnordered() function
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineMemOperand.h303 bool isUnordered() const { in isUnordered() function
/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h136 bool isUnordered() const { return isInput(); } in isUnordered() function
H A DTargetTransformInfo.h88 bool isUnordered() const { in isUnordered() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp753 bool isUnordered() const { in isUnordered() function in __anon76457fe20311::EarlyCSE::ParseMemoryInst
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp4427 bool CmpInst::isUnordered(Predicate predicate) { in isUnordered() function in CmpInst