Home
last modified time | relevance | path

Searched defs:LastOp (Results 1 – 11 of 11) sorted by relevance

/llvm-project/llvm/lib/Target/X86/MCTargetDesc/
H A DX86EncodingOptimization.cpp194 MCOperand &LastOp = MI.getOperand(MI.getNumOperands() - 1); in optimizeShiftRotateWithImmediateOne() local
275 MCOperand &LastOp = MI.getOperand(MI.getNumOperands() - 1); in optimizeVPCMPWithImmediateOneOrSix() local
484 MCOperand &LastOp = MI.getOperand(MI.getNumOperands() - 1); optimizeToShortImmediateForm() local
[all...]
/llvm-project/llvm/lib/Target/PowerPC/MCTargetDesc/
H A DPPCELFStreamer.cpp205 unsigned LastOp = Inst.getNumOperands() - 1; isPartOfGOTToPCRelPair() local
H A DPPCInstPrinter.cpp86 unsigned LastOp = MI->getNumOperands() - 1; in printInst() local
/llvm-project/llvm/lib/Target/AMDGPU/
H A DR600Packetizer.cpp217 MI->getOperand(LastOp).setImm(Bit); in setIsLastBit() local
/llvm-project/llvm/include/llvm/CodeGen/GlobalISel/
H A DLegacyLegalizerInfo.h450 ScalarSizeChangeStrategies[LastOp - FirstOp + 1]; variable
H A DLegalizerInfo.h1332 static const int LastOp = TargetOpcode::PRE_ISEL_GENERIC_OPCODE_END; global() variable
/llvm-project/llvm/lib/Target/ARM/
H A DARMLoadStoreOptimizer.cpp2345 MachineInstr *LastOp = nullptr; RescheduleOps() local
/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp6809 const ARMOperand *LastOp = &Op5; tryConvertingToTwoOperandForm() local
/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp2607 if (const auto *T = dyn_cast<SCEVTruncateExpr>(LastOp)) in getAddExpr() local
/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp3565 if (SDValue LastOp = Op->getOperand(Op->getNumOperands() - 1); lowerBuildVectorViaDominantValues() local
/llvm-project/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp43845 SDValue LastOp = N0.getOperand(N0.getNumOperands() - 1); combineBitcast() local
[all...]