Home
last modified time | relevance | path

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

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