Searched refs:RISCVISD (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp460 SDValue FPConv = DAG.getNode(RISCVISD::FMV_W_X_RV64, DL, MVT::f32, NewOp0);
678 // lowered RISCVISD::SELECT_CC to take advantage of the integer
694 return DAG.getNode(RISCVISD::SELECT_CC, DL, VTs, Ops);
706 return DAG.getNode(RISCVISD::SELECT_CC, DL, VTs, Ops);
884 static RISCVISD::NodeType getRISCVWOpcode(unsigned Opcode) {
889 return RISCVISD::SLLW;
891 return RISCVISD::SRAW;
893 return RISCVISD::SRLW;
895 return RISCVISD::DIVW;
897 return RISCVISD
[all...]
H A DRISCVISelLowering.h23 namespace RISCVISD { namespace in namespace:llvm
H A DRISCVISelDAGToDAG.cpp148 case RISCVISD::READ_CYCLE_WIDE:

Completed in 110 milliseconds