/llvm-project/llvm/utils/TableGen/Common/ |
H A D | CodeGenInstAlias.h | 63 bool isImm() const { return Kind == K_Imm; } in isImm() function
|
/llvm-project/llvm/include/llvm/MC/ |
H A D | MCInst.h | 62 bool isImm() const { return Kind == kImmediate; } isImm() function
|
/llvm-project/llvm/lib/Target/Xtensa/AsmParser/ |
H A D | XtensaAsmParser.cpp | 148 bool isImm() const override { return Kind == Immediate; } in isImm() function 151 bool isImm(int64_t MinValue, int64_t MaxValue) const { in isImm() function [all...] |
/llvm-project/llvm/lib/Target/BPF/AsmParser/ |
H A D | BPFAsmParser.cpp | 126 bool isImm() const override { return Kind == Immediate; } isImm() function
|
/llvm-project/llvm/lib/Target/MSP430/AsmParser/ |
H A D | MSP430AsmParser.cpp | 161 bool isImm() const override { return Kind == k_Imm; } isImm() function in __anon0a319ea10111::MSP430Operand
|
/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | MachineOperand.h | 331 bool isImm() const { return OpKind == MO_Immediate; } in isImm() function
|
/llvm-project/llvm/lib/Target/AVR/AsmParser/ |
H A D | AVRAsmParser.cpp | 188 bool isImm() const override { return Kind == k_Immediate; } isImm() function in __anon6f0156450111::AVROperand
|
/llvm-project/llvm/utils/TableGen/ |
H A D | FastISelEmitter.cpp | 120 bool isImm() const { return Repr >= OK_Imm; } in isImm() function in __anon9d8da9a30311::OperandsSignature::OpKind
|
/llvm-project/llvm/lib/Target/SystemZ/AsmParser/ |
H A D | SystemZAsmParser.cpp | 236 bool isImm() const override { isImm() function in __anonf32883310111::SystemZOperand 239 bool isImm(int64_t MinValue, int64_t MaxValue) const { isImm() function in __anonf32883310111::SystemZOperand [all...] |
/llvm-project/llvm/lib/Target/M68k/AsmParser/ |
H A D | M68kAsmParser.cpp | 349 bool M68kOperand::isImm() const { return Kind == KindTy::Imm; } isImm() function in M68kOperand
|
/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMMCCodeEmitter.cpp | 1350 bool isImm = MO.getReg() == 0; getAddrMode3OffsetOpValue() local 1386 bool isImm = MO1.getReg() == 0; getAddrMode3OpValue() local [all...] |
/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/ |
H A D | WebAssemblyAsmParser.cpp | 97 bool isImm() const override { return Kind == Integer || Kind == Symbol; } isImm() function
|
/llvm-project/llvm/include/llvm/MCA/ |
H A D | Instruction.h | 69 bool isImm() const { return Kind == kImmediate; } in isImm() function
|
/llvm-project/llvm/lib/Target/X86/AsmParser/ |
H A D | X86Operand.h | 224 bool isImm() const override { return Kind == Immediate; } in isImm() function
|
/llvm-project/llvm/lib/Target/Lanai/AsmParser/ |
H A D | LanaiAsmParser.cpp | 192 bool isImm() const override { return Kind == IMMEDIATE; } isImm() function [all...] |
/llvm-project/llvm/lib/Target/Sparc/AsmParser/ |
H A D | SparcAsmParser.cpp | 259 bool isImm() const override { return Kind == k_Immediate; } isImm() function in __anone9c3bfa50211::SparcOperand [all...] |
/llvm-project/llvm/lib/Target/VE/AsmParser/ |
H A D | VEAsmParser.cpp | 218 bool isImm() const override { return Kind == k_Immediate; } isImm() function in __anon5e8dac490211::VEOperand [all...] |
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | SIFoldOperands.cpp | 56 bool isImm() const { isImm() function [all...] |
/llvm-project/llvm/lib/Target/CSKY/AsmParser/ |
H A D | CSKYAsmParser.cpp | 225 bool isImm() const override { return Kind == Immediate; } in isImm() function [all...] |
/llvm-project/llvm/lib/Target/LoongArch/AsmParser/ |
H A D | LoongArchAsmParser.cpp | 192 bool isImm() const override { return Kind == KindTy::Immediate; } isImm() function in __anon4cc3c3ed0111::LoongArchOperand [all...] |
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonHardwareLoops.cpp | 344 bool isImm() const { return Kind == CV_Immediate; } isImm() function in __anon38f6faf70111::CountValue [all...] |
/llvm-project/llvm/lib/Target/PowerPC/AsmParser/ |
H A D | PPCAsmParser.cpp | 347 bool isImm() const override { isImm() function
|
/llvm-project/llvm/lib/Target/Hexagon/AsmParser/ |
H A D | HexagonAsmParser.cpp | 259 bool isImm() const override { return Kind == Immediate; } isImm() function
|
/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 1802 static bool isImm(const MachineOperand &MO, MachineRegisterInfo *MRI) { isImm() function
|
/llvm-project/llvm/lib/Target/RISCV/AsmParser/ |
H A D | RISCVAsmParser.cpp | 471 bool isImm() const override { return Kind == KindTy::Immediate; } isImm() function [all...] |