Home
last modified time | relevance | path

Searched defs:isCommutative (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenIntrinsics.h71 bool isCommutative; member
/external/llvm/utils/TableGen/
DCodeGenIntrinsics.h97 bool isCommutative; member
/external/swiftshader/third_party/LLVM/lib/VMCore/
DInstruction.cpp379 bool Instruction::isCommutative(unsigned op) { in isCommutative() function in Instruction
DInstructions.cpp2878 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenIntrinsics.h116 bool isCommutative; member
/external/swiftshader/third_party/LLVM/include/llvm/
DInstruction.h215 bool isCommutative() const { return isCommutative(getOpcode()); } in isCommutative() function
/external/llvm/lib/IR/
DInstruction.cpp580 bool Instruction::isCommutative(unsigned op) { in isCommutative() function in Instruction
DInstructions.cpp3422 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DInstruction.h385 bool isCommutative() const { return isCommutative(getOpcode()); } in isCommutative() function
/external/llvm/include/llvm/IR/
DInlineAsm.h139 bool isCommutative; member
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DInlineAsm.h139 bool isCommutative = false; member
/external/swiftshader/third_party/subzero/src/
DIceInst.cpp300 bool InstArithmetic::isCommutative() const { in isCommutative() function in Ice::InstArithmetic
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DInstructions.cpp3235 bool CmpInst::isCommutative() const { in isCommutative() function in CmpInst
/external/swiftshader/src/Reactor/
DSubzeroReactor.cpp701 static bool isCommutative(Ice::InstArithmetic::OpKind op) in isCommutative() function
/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp13848 static bool isHorizontalBinOp(SDValue &LHS, SDValue &RHS, bool isCommutative) { in isHorizontalBinOp()