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