Home
last modified time | relevance | path

Searched refs:FpValue (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1766 SDValue FpValue = N->getOperand(0); in SplitVecRes_IS_FPCLASS() local
1767 if (getTypeAction(FpValue.getValueType()) == TargetLowering::TypeSplitVector) in SplitVecRes_IS_FPCLASS()
1768 GetSplitVector(FpValue, ArgLo, ArgHi); in SplitVecRes_IS_FPCLASS()
1770 std::tie(ArgLo, ArgHi) = DAG.SplitVector(FpValue, SDLoc(FpValue)); in SplitVecRes_IS_FPCLASS()
5662 SDValue FpValue = N->getOperand(0); in WidenVecRes_UnarySameEltsWithScalarArg() local
5664 if (getTypeAction(FpValue.getValueType()) != TargetLowering::TypeWidenVector) in WidenVecRes_UnarySameEltsWithScalarArg()
5666 SDValue Arg = GetWidenedVector(FpValue); in WidenVecRes_UnarySameEltsWithScalarArg()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp2570 Value *FpValue = CI.getOperand(0); in translateKnownIntrinsic() local
2575 {getOrCreateVReg(*FpValue)}) in translateKnownIntrinsic()