/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
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
|
D | HexagonAsmPrinter.cpp | 255 MCOperand &ImmOp = Inst.getOperand(i); in ScaleVectorOffset() local
|
/external/llvm/lib/Target/Hexagon/ |
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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86CallFrameOptimization.cpp | 291 MachineOperand ImmOp = MI->getOperand(X86::AddrNumOperands); in classifyInstruction() local 297 MachineOperand ImmOp = MI->getOperand(X86::AddrNumOperands); in classifyInstruction() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/AsmParser/ |
D | BPFAsmParser.cpp | 91 struct ImmOp { struct 92 const MCExpr *Val;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVMergeBaseOffset.cpp | 244 MachineOperand &ImmOp = LoADDI.getOperand(2); in detectAndFoldOffset() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/AsmParser/ |
D | X86Operand.h | 54 struct ImmOp { struct 55 const MCExpr *Val; 56 bool LocalRef;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFMISimplifyPatchable.cpp | 120 const MachineOperand &ImmOp = DefInst->getOperand(2); in checkADDrr() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
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
|
D | SIFixSGPRCopies.cpp | 334 const MachineOperand *ImmOp = in isSafeToFoldImmIntoCopy() local
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIFoldOperands.cpp | 282 MachineOperand ImmOp = MachineOperand::CreateImm(Imm.getSExtValue()); in foldOperand() local
|
/external/llvm/lib/Target/AMDGPU/AsmParser/ |
D | AMDGPUAsmParser.cpp | 138 struct ImmOp { struct in __anonb1c965e30111::AMDGPUOperand 139 bool IsFPImm; 140 ImmTy Type; 141 int64_t Val; 142 Modifiers Mods;
|
/external/llvm/lib/Target/X86/AsmParser/ |
D | X86Operand.h | 48 struct ImmOp { struct 49 const MCExpr *Val;
|
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
|
/external/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 206 struct ImmOp { struct in __anon81f5e7190111::SparcOperand 207 const MCExpr *Val;
|
/external/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 595 MachineOperand &ImmOp = MI.getOperand(FrameRegIdx+1); in rewriteT2FrameIndex() local
|
D | ThumbRegisterInfo.cpp | 385 MachineOperand &ImmOp = MI.getOperand(ImmIdx); in rewriteFrameIndex() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/AsmParser/ |
D | SparcAsmParser.cpp | 235 struct ImmOp { struct in __anonefad8ebb0211::SparcOperand 236 const MCExpr *Val;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRISelDAGToDAG.cpp | 241 SDValue ImmOp = Op->getOperand(1); in SelectInlineAsmMemoryOperand() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | Thumb2InstrInfo.cpp | 654 MachineOperand &ImmOp = MI.getOperand(FrameRegIdx+1); in rewriteT2FrameIndex() local
|
D | ThumbRegisterInfo.cpp | 394 MachineOperand &ImmOp = MI.getOperand(ImmIdx); in rewriteFrameIndex() local
|
/external/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 109 struct ImmOp { struct 110 const MCExpr *Value;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/AsmParser/ |
D | LanaiAsmParser.cpp | 124 struct ImmOp { struct 125 const MCExpr *Value;
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 335 struct ImmOp { struct 336 int64_t Val;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 188 struct ImmOp { struct 189 int64_t Val;
|