Searched refs:FCFIDS (Results 1 – 8 of 8) sorted by relevance
| /llvm-project-15.0.7/llvm/test/CodeGen/PowerPC/ |
| H A D | kernel-fp-round.ll | 16 ; CHECK-NEXT: %5:f4rc = nofpexcept FCFIDS killed %4, implicit $rm
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCSchedPredicates.td | 20 FCFIDS,
|
| H A D | PPCISelLowering.h | 66 FCFIDS, enumerator
|
| H A D | P10InstrResources.td | 87 FCFIDS,
|
| H A D | PPCFastISel.cpp | 1136 Opc = IsSigned ? PPC::FCFIDS : PPC::FCFIDUS; in SelectIToFP()
|
| H A D | PPCISelLowering.cpp | 1615 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 D | PPCInstr64Bit.td | 1754 defm FCFIDS : XForm_26r<59, 846, (outs f4rc:$frD), (ins f8rc:$frB),
|
| H A D | PPCInstrInfo.td | 135 def PPCfcfids : SDNode<"PPCISD::FCFIDS", SDTFPRoundOp, []>;
|