Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/utils/TableGen/
H A DRISCVVEmitter.cpp210 StringMap<RVVType> LegalTypes; member in __anond814f6670111::RVVEmitter
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp777 const TypeSetByHwMode::SetType &LegalTypes = Legal.get(DefaultMode); in expandOverloads() local
840 TypeSetByHwMode::SetType &LegalTypes = LegalCache.getOrCreate(DefaultMode); in getLegalTypes() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3274 bool LegalTypes() const { return LegalTys; } in LegalTypes() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp1477 const SDLoc &DL, bool LegalTypes) { in getShiftAmountConstant()
2639 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { in getSplatValue()
H A DDAGCombiner.cpp150 bool LegalTypes = false; member in __anon58e6a55b0111::DAGCombiner
10249 SelectionDAG &DAG, bool LegalTypes) { in tryToFoldExtendOfConstant()