Searched defs:LogicOp (Results 1 – 8 of 8) sorted by relevance
1035 LogicOp() = default; in LogicOp() argument 1033 struct LogicOp { global() struct 1038 operator bool__anon3fd339620311::LogicOp operator bool() argument 1040 RegSize__anon3fd339620311::LogicOp global() argument 1041 ImmLSB__anon3fd339620311::LogicOp global() argument 1042 ImmSize__anon3fd339620311::LogicOp global() argument [all...]
3078 SDValue IntegerCompareEliminator::computeLogicOpInGPR(SDValue LogicOp) { in computeLogicOpInGPR() argument
4331 isDesirableToCombineLogicOpOfSETCC(const SDNode * LogicOp,const SDNode * SETCC0,const SDNode * SETCC1) isDesirableToCombineLogicOpOfSETCC() argument
8756 Instruction *LogicOp; splitBranchCondition() local
6165 foldAndOrOfSETCC(SDNode * LogicOp,SelectionDAG & DAG) foldAndOrOfSETCC() argument 6874 foldLogicOfShifts(SDNode * N,SDValue LogicOp,SDValue ShiftOp,SelectionDAG & DAG) foldLogicOfShifts() argument 9635 SDValue LogicOp = Shift->getOperand(0); combineShiftOfShiftedLogic() local [all...]
4513 unsigned LogicOp = Cond == ISD::SETEQ ? ISD::OR : ISD::AND; SimplifySetCC() local
21900 unsigned LogicOp = IsFABS ? X86ISD::FAND : LowerFABSorFNEG() local 22499 ISD::NodeType LogicOp = CmpNull ? ISD::OR : ISD::AND; MatchVectorAllEqualTest() local 57873 isDesirableToCombineLogicOpOfSETCC(const SDNode * LogicOp,const SDNode * SETCC0,const SDNode * SETCC1) const isDesirableToCombineLogicOpOfSETCC() argument [all...]
10165 unsigned LogicOp = (Cond == ISD::SETEQ) ? ISD::AND : ISD::OR; performOrXorChainCombine() local [all...]