Searched defs:isCommutative (Results 1 – 8 of 8) sorted by relevance
/llvm-project/mlir/tools/mlir-tblgen/ | ||
H A D | LLVMIRIntrinsicGen.cpp | 163 bool isCommutative() const { isCommutative() function in __anon968026a50111::LLVMIntrinsic |
/llvm-project/llvm/utils/TableGen/Basic/ | ||
H A D | CodeGenIntrinsics.h | 68 bool isCommutative; global() member |
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | InlineAsm.h | 144 bool isCommutative = false; member |
H A D | IntrinsicInst.h | 73 bool isCommutative() const { in isCommutative() function |
/llvm-project/llvm/lib/IR/ | ||
H A D | Instruction.cpp | 1203 bool Instruction::isCommutative() const { isCommutative() function in Instruction |
H A D | Instructions.cpp | 3480 bool CmpInst::isCommutative() const { isCommutative() function in CmpInst |
/llvm-project/llvm/lib/Transforms/Vectorize/ | ||
H A D | SLPVectorizer.cpp | 331 static bool isCommutative(Instruction *I) { isCommutative() function |
/llvm-project/llvm/lib/Target/RISCV/ | ||
H A D | RISCVISelLowering.cpp | 14637 static bool isCommutative(const SDNode *N) { isCommutative() function |