Home
last modified time | relevance | path

Searched defs:isFP (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp
H A DX86ISelLowering.cpp2839 bool isFP, SDValue &LHS, SDValue &RHS, in TranslateX86CC()
23255 bool isFP = Op1.getSimpleValueType().isFloatingPoint(); in LowerVSETCC() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86RegisterBankInfo.cpp168 const LLT &Ty, bool isFP) { in getPartialMappingIdx()
223 const MachineInstr &MI, const MachineRegisterInfo &MRI, const bool isFP, in getInstrPartialMappingIdxs()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DFastISelEmitter.cpp119 bool isFP() const { return Repr == OK_FP; } in isFP() function in __anon3cd78fb00311::OperandsSignature::OpKind
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2598 const bool isFP = Opcode == TargetOpcode::G_FCONSTANT; in select() local