Home
last modified time | relevance | path

Searched refs:FCFIDS (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/
H A Dkernel-fp-round.ll16 ; CHECK-NEXT: %5:f4rc = nofpexcept FCFIDS killed %4, implicit $rm
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCSchedPredicates.td20 FCFIDS,
H A DPPCISelLowering.h66 FCFIDS, enumerator
H A DP10InstrResources.td87 FCFIDS,
H A DPPCFastISel.cpp1136 Opc = IsSigned ? PPC::FCFIDS : PPC::FCFIDUS; in SelectIToFP()
H A DPPCISelLowering.cpp1615 case PPCISD::FCFIDS: return "PPCISD::FCFIDS"; in getTargetNodeName()
8037 case PPCISD::FCFIDS: in getPPCStrictOpcode()
8380 unsigned ConvOpc = IsSingle ? (IsSigned ? PPCISD::FCFIDS : PPCISD::FCFIDUS) in convertIntToFP()
14480 (DstDouble ? PPCISD::FCFID : PPCISD::FCFIDS) : in combineFPToIntToFP()
14515 : PPCISD::FCFIDS) in combineFPToIntToFP()
H A DPPCInstr64Bit.td1754 defm FCFIDS : XForm_26r<59, 846, (outs f4rc:$frD), (ins f8rc:$frB),
H A DPPCInstrInfo.td135 def PPCfcfids : SDNode<"PPCISD::FCFIDS", SDTFPRoundOp, []>;