HomeSort by: relevance | last modified time | path
    Searched defs:RISCVTargetLowering (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVISelLowering.h 269 class RISCVTargetLowering : public TargetLowering {
273 explicit RISCVTargetLowering(const TargetMachine &TM,
RISCVISelLowering.cpp 45 RISCVTargetLowering::RISCVTargetLowering(const TargetMachine &TM,
823 EVT RISCVTargetLowering::getSetCCResultType(const DataLayout &DL,
834 bool RISCVTargetLowering::getTgtMemIntrinsic(IntrinsicInfo &Info,
862 bool RISCVTargetLowering::isLegalAddressingMode(const DataLayout &DL,
888 bool RISCVTargetLowering::isLegalICmpImmediate(int64_t Imm) const {
892 bool RISCVTargetLowering::isLegalAddImmediate(int64_t Imm) const {
899 bool RISCVTargetLowering::isTruncateFree(Type *SrcTy, Type *DstTy) const {
907 bool RISCVTargetLowering::isTruncateFree(EVT SrcVT, EVT DstVT) const {
916 bool RISCVTargetLowering::isZExtFree(SDValue Val, EVT VT2) const
    [all...]

Completed in 19 milliseconds