Home
last modified time | relevance | path

Searched defs:LegalTypes (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp822 static std::unordered_map<uint64_t, RVVType> LegalTypes; in computeType() local
/llvm-project-15.0.7/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp818 const TypeSetByHwMode::SetType &LegalTypes = Legal.get(DefaultMode); in expandOverloads() local
881 TypeSetByHwMode::SetType &LegalTypes = LegalCache.getOrCreate(DefaultMode); in getLegalTypes() local
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3550 bool LegalTypes() const { return LegalTys; } in LegalTypes() function
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1578 const SDLoc &DL, bool LegalTypes) { in getShiftAmountConstant()
2795 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { in getSplatValue()
H A DDAGCombiner.cpp148 bool LegalTypes = false; member in __anon54f00e400111::DAGCombiner
11319 SelectionDAG &DAG, bool LegalTypes) { in tryToFoldExtendOfConstant()