Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp807 const TypeSetByHwMode::SetType &LegalTypes = Legal.getSimple(); in expandOverloads() local
855 TypeSetByHwMode::SetType &LegalTypes = LegalCache.getOrCreate(DefaultMode); in getLegalTypes() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp166 bool LegalTypes = false; member in __anon666e37100111::DAGCombiner
13732 SelectionDAG &DAG, bool LegalTypes) { in tryToFoldExtendOfConstant()
23361 const SDLoc &DL, bool LegalTypes) { in scalarizeExtractedBinOp()
25151 SDNode *N, SelectionDAG &DAG, const TargetLowering &TLI, bool LegalTypes, in combineConcatVectorOfShuffleAndItsOperands()
26263 SelectionDAG &DAG, const TargetLowering &TLI, bool LegalTypes, in canCombineShuffleToExtendVectorInreg()
26341 bool LegalTypes = true; in combineShuffleToZeroExtendVectorInReg() local
28128 const SDLoc &DL, bool LegalTypes) { in scalarizeBinOpOfSplats()
H A DSelectionDAG.cpp3243 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { in getSplatValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h4096 bool LegalTypes() const { return LegalTys; } in LegalTypes() function