Searched defs:IsCommutable (Results 1 – 3 of 3) sorted by relevance
/llvm-project/llvm/utils/TableGen/ |
H A D | MacroFusionPredicatorEmitter.cpp | 104 bool IsCommutable = Fusion->getValueAsBit("IsCommutable"); emitMacroFusionImpl() local 125 emitPredicates(ArrayRef<Record * > Predicates,bool IsCommutable,PredicateExpander & PE,raw_ostream & OS) emitPredicates() argument 143 emitFirstPredicate(Record * Predicate,bool IsCommutable,PredicateExpander & PE,raw_ostream & OS) emitFirstPredicate() argument 176 emitSecondPredicate(Record * Predicate,bool IsCommutable,PredicateExpander & PE,raw_ostream & OS) emitSecondPredicate() argument 227 emitBothPredicate(Record * Predicate,bool IsCommutable,PredicateExpander & PE,raw_ostream & OS) emitBothPredicate() argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelDAGToDAG.cpp | 3569 bool IsCommutable = false; foldLoadStoreIntoMemOperand() local
|
H A D | X86ISelLowering.cpp | 7790 bool IsCommutable = (Opcode == ISD::ADD || Opcode == ISD::FADD); isHorizontalBinOpPart() local [all...] |