Home
last modified time | relevance | path

Searched refs:hasStdExtZbb (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVSubtarget.h111 bool hasStdExtZbb() const { return HasStdExtZbb; } in hasStdExtZbb() function
H A DRISCVTargetTransformInfo.cpp102 return ST->hasStdExtZbb() ? TTI::PSK_FastHardware : TTI::PSK_Software; in getPopcntSupport()
H A DRISCV.td70 def HasStdExtZbb : Predicate<"Subtarget->hasStdExtZbb()">,
133 : Predicate<"Subtarget->hasStdExtZbb() || Subtarget->hasStdExtZbp()">,
H A DRISCVISelLowering.cpp186 if (!Subtarget.hasStdExtZbb()) { in RISCVTargetLowering()
240 if (Subtarget.hasStdExtZbb() || Subtarget.hasStdExtZbp()) { in RISCVTargetLowering()
264 Subtarget.hasStdExtZbb() ? Legal : Expand); in RISCVTargetLowering()
267 if (Subtarget.hasStdExtZbb()) { in RISCVTargetLowering()
935 return Subtarget.hasStdExtZbb(); in isCheapToSpeculateCttz()
939 return Subtarget.hasStdExtZbb(); in isCheapToSpeculateCtlz()
4799 if (Subtarget.hasStdExtZbb()) { in ReplaceNodeResults()
6019 if (Subtarget.hasStdExtZbb() || Subtarget.hasStdExtZbp()) { in targetShrinkDemandedConstant()
H A DRISCVISelDAGToDAG.cpp401 if (Subtarget->hasStdExtZbb() || Subtarget->hasStdExtZbp()) in Select()