Home
last modified time | relevance | path

Searched defs:ImmOp (Results 1 – 25 of 29) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
DHexagonOptAddrMode.cpp413 const MachineOperand ImmOp = AddMI->getOperand(2); in updateAddUses() local
483 bool HexagonOptAddrMode::changeLoad(MachineInstr *OldMI, MachineOperand ImmOp, in changeLoad()
544 bool HexagonOptAddrMode::changeStore(MachineInstr *OldMI, MachineOperand ImmOp, in changeStore()
605 const MachineOperand &ImmOp, in changeAddAsl()
671 const MachineOperand ImmOp = TfrMI->getOperand(1); in xformUseMI() local
DHexagonAsmPrinter.cpp255 MCOperand &ImmOp = Inst.getOperand(i); in ScaleVectorOffset() local
DHexagonConstExtenders.cpp1761 const MachineOperand &ImmOp = MI.getOperand(IsAddi ? 2 : 1); in replaceInstrExpr() local
1878 MachineOperand &ImmOp = P.first->getOperand(J+1); in replaceInstr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86CallFrameOptimization.cpp291 MachineOperand ImmOp = MI->getOperand(X86::AddrNumOperands); in classifyInstruction() local
297 MachineOperand ImmOp = MI->getOperand(X86::AddrNumOperands); in classifyInstruction() local
DX86MCInstLower.cpp293 unsigned ImmOp = Inst.getNumOperands() - 1; in SimplifyShortImmForm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
DRISCVMergeBaseOffset.cpp244 MachineOperand &ImmOp = LoADDI.getOperand(2); in detectAndFoldOffset() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
DBPFAsmParser.cpp91 struct ImmOp { struct
92 const MCExpr *Val;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
DX86Operand.h54 struct ImmOp { struct
55 const MCExpr *Val;
56 bool LocalRef;
DX86AsmParser.cpp2681 const MCExpr *ImmOp = MCConstantExpr::create(ComparisonPredicate, in ParseInstruction() local
2722 const MCExpr *ImmOp = MCConstantExpr::create(ComparisonPredicate, in ParseInstruction() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/
DBPFMISimplifyPatchable.cpp120 const MachineOperand &ImmOp = DefInst->getOperand(2); in checkADDrr() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp882 MachineOperand ImmOp = MachineOperand::CreateImm(Imm.getSExtValue()); in foldOperand() local
990 MachineOperand *ImmOp) { in tryConstantFoldOp()
1389 const MachineOperand *ImmOp = nullptr; in isOMod() local
DSIFixSGPRCopies.cpp334 const MachineOperand *ImmOp = in isSafeToFoldImmIntoCopy() local
DAMDGPUInstructionSelector.cpp1420 MachineOperand &ImmOp = I.getOperand(1); in selectG_CONSTANT() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
DSparcAsmParser.cpp235 struct ImmOp { struct in __anon7961941b0211::SparcOperand
236 const MCExpr *Val;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp241 SDValue ImmOp = Op->getOperand(1); in SelectInlineAsmMemoryOperand() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DThumb2InstrInfo.cpp654 MachineOperand &ImmOp = MI.getOperand(FrameRegIdx+1); in rewriteT2FrameIndex() local
DThumbRegisterInfo.cpp394 MachineOperand &ImmOp = MI.getOperand(ImmIdx); in rewriteFrameIndex() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
DLanaiAsmParser.cpp124 struct ImmOp { struct
125 const MCExpr *Value;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/
DPPCAsmParser.cpp188 struct ImmOp { struct
189 int64_t Val;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/AsmParser/
DRISCVAsmParser.cpp230 struct ImmOp { struct
231 const MCExpr *Val;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/AsmParser/
DAMDGPUAsmParser.cpp196 struct ImmOp { struct in __anon32d45b650111::AMDGPUOperand
197 int64_t Val;
198 ImmTy Type;
199 bool IsFPImm;
200 Modifiers Mods;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/AsmParser/
DMipsAsmParser.cpp848 struct ImmOp { struct in __anond0a0457b0211::MipsOperand
849 const MCExpr *Val;
2836 const MCOperand &ImmOp = Inst.getOperand(1); in expandLoadImm() local
3589 const MCOperand &ImmOp = Inst.getOperand(1); in expandBranchImm() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64InstructionSelector.cpp1659 MachineOperand &ImmOp = I.getOperand(1); in select() local
3431 MachineOperand &ImmOp = I.getOperand(1); in emitFMovForFConstant() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/AsmParser/
DAArch64AsmParser.cpp348 struct ImmOp { struct in __anona2df353b0111::AArch64Operand
349 const MCExpr *Val;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsSEISelLowering.cpp1419 static SDValue lowerMSASplatImm(SDValue Op, unsigned ImmOp, SelectionDAG &DAG, in lowerMSASplatImm()

12