Home
last modified time | relevance | path

Searched refs:Operand2 (Results 1 – 3 of 3) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFDebugFrame.h483 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-14.2/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewVisitor.cpp1135 uint64_t Operand2 = DefRangeRegisterRel.Hdr.BasePointerOffset; in visitKnownRecord() local
1142 Symbol->addLocationOperands(LVSmall(Attr), {Operand1, Operand2}); in visitKnownRecord()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp6081 static bool arebothOperandsNotSNan(SDValue Operand1, SDValue Operand2, in arebothOperandsNotSNan() argument
6086 static bool arebothOperandsNotNan(SDValue Operand1, SDValue Operand2, in arebothOperandsNotNan() argument
6088 return DAG.isKnownNeverNaN(Operand2) && DAG.isKnownNeverNaN(Operand1); in arebothOperandsNotNan()
6105 return arebothOperandsNotNan(Operand1, Operand2, DAG) && in getMinMaxOpcodeForFP()
6113 return arebothOperandsNotNan(Operand1, Operand2, DAG) && in getMinMaxOpcodeForFP()
6203 SDValue CommonValue, Operand1, Operand2; in foldAndOrOfSETCC() local
6209 Operand2 = RHS1; in foldAndOrOfSETCC()
6214 Operand2 = RHS0; in foldAndOrOfSETCC()
6222 Operand2 = RHS0; in foldAndOrOfSETCC()
6227 Operand2 = RHS1; in foldAndOrOfSETCC()
[all …]