Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ConditionalCompares.cpp650 unsigned FirstOp = 1; // First CmpMI operand to copy. in convert() local
H A DAArch64ISelLowering.cpp12747 SDValue FirstOp = N->getOperand(0); in tryLowerToSLI() local
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h449 static const int FirstOp = TargetOpcode::PRE_ISEL_GENERIC_OPCODE_START; variable
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp581 Value *FirstOp = FirstInst->getOperand(I); in foldPHIArgGEPIntoPHI() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86MCCodeEmitter.cpp1693 unsigned FirstOp = CurOp++; in encodeInstruction() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZInstrInfo.cpp761 MachineOperand FirstOp = MI.getOperand(0); in PredicateInstruction() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp1703 bool FirstOp = true; in print() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2342 MachineInstr *FirstOp = nullptr; in RescheduleOps() local
H A DARMISelLowering.cpp7789 SDValue FirstOp = Op.getOperand(0); in LowerBUILD_VECTOR_i1() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DDebugInfoMetadata.cpp1458 auto FirstOp = expr_op_begin(); in isValid() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DNewGVN.cpp1576 Value *FirstOp = lookupOperandLeader(CmpOp0); in performSymbolicPredicateInfoEvaluation() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp7591 unsigned FirstOp; in PeepholePPC64() local
H A DPPCISelLowering.cpp15207 SDValue FirstOp; in isSplatBV() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/AsmParser/
H A DMipsAsmParser.cpp2050 unsigned FirstOp = 1; in processInstruction() local
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5300 auto FirstOp = static_cast<Instruction::CastOps>(CI->getOpcode()); in simplifyCastInst() local