Home
last modified time | relevance | path

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

1234

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A 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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp492 const MachineOperand ImmOp = AddMI->getOperand(2); in updateAddUses() local
559 bool HexagonOptAddrMode::changeLoad(MachineInstr *OldMI, MachineOperand ImmOp, in changeLoad()
620 bool HexagonOptAddrMode::changeStore(MachineInstr *OldMI, MachineOperand ImmOp, in changeStore()
682 const MachineOperand &ImmOp, in changeAddAsl()
748 const MachineOperand ImmOp = TfrMI->getOperand(1); in xformUseMI() local
/aosp_15_r20/external/llvm/lib/Target/Hexagon/
H A DHexagonOptAddrMode.cpp304 bool HexagonOptAddrMode::changeLoad(MachineInstr *OldMI, MachineOperand ImmOp, in changeLoad()
362 bool HexagonOptAddrMode::changeStore(MachineInstr *OldMI, MachineOperand ImmOp, in changeStore()
424 const MachineOperand &ImmOp, in changeAddAsl()
490 const MachineOperand ImmOp = TfrMI->getOperand(1); in xformUseMI() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp291 MachineOperand ImmOp = MI->getOperand(X86::AddrNumOperands); in classifyInstruction() local
297 MachineOperand ImmOp = MI->getOperand(X86::AddrNumOperands); in classifyInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86CallFrameOptimization.cpp291 const MachineOperand &ImmOp = MI->getOperand(X86::AddrNumOperands); in classifyInstruction() local
297 const MachineOperand &ImmOp = MI->getOperand(X86::AddrNumOperands); in classifyInstruction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h54 struct ImmOp { struct
55 const MCExpr *Val;
56 bool LocalRef;
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp138 struct ImmOp { struct in __anon66474c340111::AMDGPUOperand
139 bool IsFPImm;
140 ImmTy Type;
141 int64_t Val;
142 Modifiers Mods;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp95 struct ImmOp { struct
96 const MCExpr *Val;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp91 struct ImmOp { struct
92 const MCExpr *Val;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp882 MachineOperand ImmOp = MachineOperand::CreateImm(Imm.getSExtValue()); in foldOperand() local
990 MachineOperand *ImmOp) { in tryConstantFoldOp()
1389 const MachineOperand *ImmOp = nullptr; in isOMod() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h57 struct ImmOp { struct
58 const MCExpr *Val;
59 bool LocalRef;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp105 struct ImmOp { struct
106 const MCExpr *Val;
/aosp_15_r20/external/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h48 struct ImmOp { struct
49 const MCExpr *Val;
H A DX86AsmParser.cpp2238 const MCExpr *ImmOp = MCConstantExpr::create(ComparisonCode, in ParseInstruction() local
2265 const MCExpr *ImmOp = MCConstantExpr::create(ComparisonCode, in ParseInstruction() local
2292 const MCExpr *ImmOp = MCConstantExpr::create(ComparisonCode, in ParseInstruction() local
/aosp_15_r20/external/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp206 struct ImmOp { struct in __anon1e74052a0111::SparcOperand
207 const MCExpr *Val;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp235 struct ImmOp { struct in __anone4e8790c0211::SparcOperand
236 const MCExpr *Val;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp244 MachineOperand &ImmOp = LoADDI.getOperand(2); in detectAndFoldOffset() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DMachineDebugify.cpp128 auto ImmOp = MachineOperand::CreateImm(NextImm++); in applyDebugifyMetadataToMachineFunction() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp251 struct ImmOp { struct in __anon654fd0d20211::SparcOperand
252 const MCExpr *Val;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp124 struct ImmOp { struct
125 const MCExpr *Value;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp128 struct ImmOp { struct
129 const MCExpr *Value;
/aosp_15_r20/external/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp109 struct ImmOp { struct
110 const MCExpr *Value;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.h873 unsigned ImmOp; in getAddSubImmediate() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp132 const MachineOperand &ImmOp = DefInst->getOperand(2); in checkADDrr() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/
H A DRISCVMergeBaseOffset.cpp412 MachineOperand &ImmOp = Lo.getOperand(2); in foldIntoMemoryOps() local

1234