Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86RegisterBankInfo.cpp66 X86GenRegisterBankInfo::getPartialMappingIdx(const LLT &Ty, bool isFP) { in getPartialMappingIdx()
112 const MachineInstr &MI, const MachineRegisterInfo &MRI, const bool isFP, in getInstrPartialMappingIdxs()
H A DX86ISelLowering.cpp5029 bool isFP, SDValue &LHS, SDValue &RHS, in TranslateX86CC()
22897 bool isFP = Op1.getSimpleValueType().isFloatingPoint(); in LowerVSETCC() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DFastISelEmitter.cpp107 bool isFP() const { return Repr == OK_FP; } in isFP() function in __anon2f99e1bb0311::OperandsSignature::OpKind
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp2347 const bool isFP = Opcode == TargetOpcode::G_FCONSTANT; in select() local