Searched refs:Operand2 (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIExpressionOptimizer.cpp | 239 auto Operand2 = static_cast<dwarf::LocationAtom>(Ops[3].getOp()); in tryFoldCommutativeMath() local 241 if (!Const2 || !operationsAreFoldableAndCommutative(Operand1, Operand2)) in tryFoldCommutativeMath() 266 auto Operand2 = static_cast<dwarf::LocationAtom>(Ops[3].getOp()); in tryFoldCommutativeMathWithArgInBetween() local 270 !operationsAreFoldableAndCommutative(Operand1, Operand2) || in tryFoldCommutativeMathWithArgInBetween() 271 !operationsAreFoldableAndCommutative(Operand2, Operand3)) in tryFoldCommutativeMathWithArgInBetween()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/ |
| H A D | DWARFDebugFrame.h | 483 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2) { in addInstruction() argument 486 Instructions.back().Ops.push_back(Operand2); in addInstruction() 490 void addInstruction(uint8_t Opcode, uint64_t Operand1, uint64_t Operand2, in addInstruction() argument 494 Instructions.back().Ops.push_back(Operand2); in addInstruction()
|
| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/ |
| H A D | LVCodeViewVisitor.cpp | 1135 uint64_t Operand2 = DefRangeRegisterRel.Hdr.BasePointerOffset; in visitKnownRecord() local 1142 Symbol->addLocationOperands(LVSmall(Attr), {Operand1, Operand2}); in visitKnownRecord()
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | DAGCombiner.cpp | 6085 static bool arebothOperandsNotSNan(SDValue Operand1, SDValue Operand2, in arebothOperandsNotSNan() argument 6087 return DAG.isKnownNeverSNaN(Operand2) && DAG.isKnownNeverSNaN(Operand1); in arebothOperandsNotSNan() 6090 static bool arebothOperandsNotNan(SDValue Operand1, SDValue Operand2, in arebothOperandsNotNan() argument 6092 return DAG.isKnownNeverNaN(Operand2) && DAG.isKnownNeverNaN(Operand1); in arebothOperandsNotNan() 6095 static unsigned getMinMaxOpcodeForFP(SDValue Operand1, SDValue Operand2, in getMinMaxOpcodeForFP() argument 6109 return arebothOperandsNotNan(Operand1, Operand2, DAG) && in getMinMaxOpcodeForFP() 6117 return arebothOperandsNotNan(Operand1, Operand2, DAG) && in getMinMaxOpcodeForFP() 6135 : arebothOperandsNotSNan(Operand1, Operand2, DAG) && in getMinMaxOpcodeForFP() 6144 : arebothOperandsNotSNan(Operand1, Operand2, DAG) && in getMinMaxOpcodeForFP() 6207 SDValue CommonValue, Operand1, Operand2; in foldAndOrOfSETCC() local [all …]
|