Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/utils/TableGen/Common/ !
H A DCodeGenDAGPatterns.cpp808 const TypeSetByHwMode::SetType &LegalTypes = Legal.getSimple(); in expandOverloads() local
856 TypeSetByHwMode::SetType &LegalTypes = LegalCache.getOrCreate(DefaultMode); in getLegalTypes() local
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ !
H A DDAGCombiner.cpp163 bool LegalTypes = false; member in __anon455bbfa50111::DAGCombiner
12869 SelectionDAG &DAG, bool LegalTypes) { in tryToFoldExtendOfConstant()
24075 SDNode *N, SelectionDAG &DAG, const TargetLowering &TLI, bool LegalTypes, in combineConcatVectorOfShuffleAndItsOperands()
25187 SelectionDAG &DAG, const TargetLowering &TLI, bool LegalTypes, in canCombineShuffleToExtendVectorInreg()
25265 bool LegalTypes = true; in combineShuffleToZeroExtendVectorInReg() local
H A DSelectionDAG.cpp2995 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { in getSplatValue()
/src/contrib/llvm-project/llvm/include/llvm/CodeGen/ !
H A DTargetLowering.h3941 bool LegalTypes() const { return LegalTys; } in LegalTypes() function