Home
last modified time | relevance | path

Searched refs:isFP128 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h815 bool isFP128 = false; member
823 isFP128 = (&FPImm.getSemantics() == &APFloat::IEEEquad()); in SystemZVectorConstantInfo()
H A DSystemZISelLowering.cpp807 (isFP128 && !Subtarget.hasVectorEnhancements1())) in isVectorConstantLegal()
/freebsd/contrib/llvm-project/llvm/lib/Target/SystemZ/AsmParser/
H A DSystemZAsmParser.cpp361 bool isFP128() const { return isReg(FP128Reg); } in isFP128() function in __anonde0c959e0111::SystemZOperand