Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDInstructions.h247 bool isUnordered() const { in isUnordered() function
368 bool isUnordered() const { in isUnordered() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDMachineMemOperand.h311 bool isUnordered() const { in isUnordered() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/SandboxIR/
HDSandboxIR.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-13-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDDependenceAnalysis.h136 bool isUnordered() const { return isInput(); } in isUnordered() function
HDTargetTransformInfo.h90 bool isUnordered() const { in isUnordered() function
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
HDGenericMachineInstrs.h67 bool isUnordered() const { return getMMO().isUnordered(); } in isUnordered() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
HDEarlyCSE.cpp867 bool isUnordered() const { in isUnordered() function in __anon44c446a40411::EarlyCSE::ParseMemoryInst
/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
HDInstructions.cpp3850 bool CmpInst::isUnordered(Predicate predicate) { in isUnordered() function in CmpInst