/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonOptAddrMode.cpp | 413 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 D | HexagonOptAddrMode.cpp | 492 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 D | HexagonOptAddrMode.cpp | 304 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 D | X86CallFrameOptimization.cpp | 291 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 D | X86CallFrameOptimization.cpp | 291 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 D | X86Operand.h | 54 struct ImmOp { struct 55 const MCExpr *Val; 56 bool LocalRef;
|
/aosp_15_r20/external/llvm/lib/Target/AMDGPU/AsmParser/ |
H A D | AMDGPUAsmParser.cpp | 138 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 D | BPFAsmParser.cpp | 95 struct ImmOp { struct 96 const MCExpr *Val;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 91 struct ImmOp { struct 92 const MCExpr *Val;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 882 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 D | X86Operand.h | 57 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 D | XtensaAsmParser.cpp | 105 struct ImmOp { struct 106 const MCExpr *Val;
|
/aosp_15_r20/external/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 48 struct ImmOp { struct 49 const MCExpr *Val;
|
H A D | X86AsmParser.cpp | 2238 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 D | SparcAsmParser.cpp | 206 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 D | SparcAsmParser.cpp | 235 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 D | RISCVMergeBaseOffset.cpp | 244 MachineOperand &ImmOp = LoADDI.getOperand(2); in detectAndFoldOffset() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/ |
H A D | MachineDebugify.cpp | 128 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 D | SparcAsmParser.cpp | 251 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 D | LanaiAsmParser.cpp | 124 struct ImmOp { struct 125 const MCExpr *Value;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 128 struct ImmOp { struct 129 const MCExpr *Value;
|
/aosp_15_r20/external/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 109 struct ImmOp { struct 110 const MCExpr *Value;
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | ARMBaseInstrInfo.h | 873 unsigned ImmOp; in getAddSubImmediate() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/BPF/ |
H A D | BPFMISimplifyPatchable.cpp | 132 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 D | RISCVMergeBaseOffset.cpp | 412 MachineOperand &ImmOp = Lo.getOperand(2); in foldIntoMemoryOps() local
|