Searched defs:isFPImm (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInst.h59 bool isFPImm() const { return Kind == kFPImmediate; } function in class:llvm::MCOperand
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineOperand.h325 bool isFPImm() const { return OpKind == MO_FPImmediate; } function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/WebAssembly/AsmParser/
H A DWebAssemblyAsmParser.cpp93 bool isFPImm() const { return Kind == Float; } function in struct:__anon2425::WebAssemblyOperand
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/AsmParser/
H A DAArch64AsmParser.cpp990 bool isFPImm() const { function in class:__anon2053::AArch64Operand
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/AsmParser/
H A DARMAsmParser.cpp1050 bool isFPImm() const { function in class:__anon2168::ARMOperand

Completed in 435 milliseconds