Searched refs:FMV_H_X (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVInstrInfoZfbfmin.td | 60 def : Pat<(bf16 (riscv_fmv_h_x GPR:$src)), (FMV_H_X GPR:$src)>;
|
H A D | RISCVInstrInfoZfh.td | 24 : SDNode<"RISCVISD::FMV_H_X", SDT_RISCVFMV_H_X>; 156 def FMV_H_X : FPUnaryOp_r<0b1111010, 0b00000, 0b000, FPR16, GPR, "fmv.h.x">, 442 def : Pat<(f16 (riscv_fmv_h_x GPR:$src)), (FMV_H_X GPR:$src)>;
|
H A D | RISCVOptWInstrs.cpp | 191 case RISCV::FMV_H_X: in hasAllNBitUsers()
|
H A D | RISCVISelLowering.h | 102 FMV_H_X, enumerator
|
H A D | RISCVISelDAGToDAG.cpp | 975 Opc = RISCV::FMV_H_X; in Select() 978 Opc = Subtarget->hasStdExtZhinxmin() ? RISCV::COPY : RISCV::FMV_H_X; in Select() 3219 case RISCV::FMV_H_X: in hasAllNBitUsers()
|
H A D | RISCVISelLowering.cpp | 6304 SDValue FPConv = DAG.getNode(RISCVISD::FMV_H_X, DL, MVT::f16, NewOp0); in LowerOperation() 6310 SDValue FPConv = DAG.getNode(RISCVISD::FMV_H_X, DL, MVT::bf16, NewOp0); in LowerOperation() 16762 Op0->getOpcode() == RISCVISD::FMV_H_X)) { in PerformDAGCombine() 19326 Val = DAG.getNode(RISCVISD::FMV_H_X, DL, VA.getValVT(), Val); in convertLocVTToValVT() 20403 NODE_NAME_CASE(FMV_H_X) in getTargetNodeName()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 587 : RISCV::FMV_H_X; in select()
|