Home
last modified time | relevance | path

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

/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
/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp163 bool LegalTypes = false; global() member in __anon791abb430111::DAGCombiner
12837 tryToFoldExtendOfConstant(SDNode * N,const SDLoc & DL,const TargetLowering & TLI,SelectionDAG & DAG,bool LegalTypes) tryToFoldExtendOfConstant() argument
24016 combineConcatVectorOfShuffleAndItsOperands(SDNode * N,SelectionDAG & DAG,const TargetLowering & TLI,bool LegalTypes,bool LegalOperations) combineConcatVectorOfShuffleAndItsOperands() argument
25128 canCombineShuffleToExtendVectorInreg(unsigned Opcode,EVT VT,std::function<bool (unsigned)> Match,SelectionDAG & DAG,const TargetLowering & TLI,bool LegalTypes,bool LegalOperations) canCombineShuffleToExtendVectorInreg() argument
25206 bool LegalTypes = true; combineShuffleToZeroExtendVectorInReg() local
[all...]
H A DSelectionDAG.cpp2994 getSplatValue(SDValue V,bool LegalTypes) getSplatValue() argument
/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3942 bool LegalTypes() const { return LegalTys; } LegalTypes() function