Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/llvm/lib/Target/Xtensa/AsmParser/
H A DXtensaAsmParser.cpp138 bool isImm() const override { return Kind == Immediate; } in isImm() function
141 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MC/
H A DMCInst.h62 bool isImm() const { return Kind == kImmediate; } in isImm() function
/openbsd-src/gnu/llvm/llvm/lib/Target/BPF/AsmParser/
H A DBPFAsmParser.cpp129 bool isImm() const override { return Kind == Immediate; } in isImm() function
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenInstruction.h381 bool isImm() const { return Kind == K_Imm; } in isImm() function
H A DFastISelEmitter.cpp108 bool isImm() const { return Repr >= OK_Imm; } in isImm() function in __anon8ee357870311::OperandsSignature::OpKind
/openbsd-src/gnu/llvm/llvm/lib/Target/MSP430/AsmParser/
H A DMSP430AsmParser.cpp162 bool isImm() const override { return Kind == k_Imm; } in isImm() function in __anone9cbbf050111::MSP430Operand
/openbsd-src/gnu/llvm/llvm/lib/Target/AVR/AsmParser/
H A DAVRAsmParser.cpp189 bool isImm() const override { return Kind == k_Immediate; } in isImm() function in __anond633fba90111::AVROperand
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DMachineOperand.h328 bool isImm() const { return OpKind == MO_Immediate; } in isImm() function
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp235 bool isImm() const override { in isImm() function in __anon21cc4c950111::SystemZOperand
238 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm() function in __anon21cc4c950111::SystemZOperand
/openbsd-src/gnu/llvm/llvm/lib/Target/M68k/AsmParser/
H A DM68kAsmParser.cpp338 bool M68kOperand::isImm() const { return Kind == KindTy::Imm; } in isImm() function in M68kOperand
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCCodeEmitter.cpp1329 bool isImm = MO.getReg() == 0; in getAddrMode3OffsetOpValue() local
1365 bool isImm = MO1.getReg() == 0; in getAddrMode3OpValue() local
/openbsd-src/gnu/llvm/llvm/lib/Target/Lanai/AsmParser/
H A DLanaiAsmParser.cpp196 bool isImm() const override { return Kind == IMMEDIATE; } in isImm() function
/openbsd-src/gnu/llvm/llvm/include/llvm/MCA/
H A DInstruction.h69 bool isImm() const { return Kind == kImmediate; } in isImm() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Sparc/AsmParser/
H A DSparcAsmParser.cpp273 bool isImm() const override { return Kind == k_Immediate; } in isImm() function in __anon4ad277090211::SparcOperand
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/AsmParser/
H A DX86Operand.h224 bool isImm() const override { return Kind == Immediate; } in isImm() function
/openbsd-src/gnu/llvm/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp99 bool isImm() const override { return Kind == Integer || Kind == Symbol; } in isImm() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIFoldOperands.cpp56 bool isImm() const { in isImm() function
/openbsd-src/gnu/llvm/llvm/lib/Target/LoongArch/AsmParser/
H A DLoongArchAsmParser.cpp182 bool isImm() const override { return Kind == KindTy::Immediate; } in isImm() function in __anon51359f510111::LoongArchOperand
/openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp1218 static bool isImm(const MachineOperand &MO, MachineRegisterInfo *MRI) { in isImm() function
/openbsd-src/gnu/llvm/llvm/lib/Target/VE/AsmParser/
H A DVEAsmParser.cpp219 bool isImm() const override { return Kind == k_Immediate; } in isImm() function in __anon0d4fa8ad0211::VEOperand
/openbsd-src/gnu/llvm/llvm/lib/Target/CSKY/AsmParser/
H A DCSKYAsmParser.cpp224 bool isImm() const override { return Kind == Immediate; } in isImm() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonHardwareLoops.cpp344 bool isImm() const { return Kind == CV_Immediate; } in isImm() function in __anon3768895b0111::CountValue
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/AsmParser/
H A DPPCAsmParser.cpp341 bool isImm() const override { in isImm() function
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/AsmParser/
H A DHexagonAsmParser.cpp253 bool isImm() const override { return Kind == Immediate; } in isImm() function
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/AsmParser/
H A DRISCVAsmParser.cpp346 bool isImm() const override { return Kind == KindTy::Immediate; } in isImm() function

12