Searched defs:LegalTypes (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/ |
| H A D | CodeGenDAGPatterns.cpp | 807 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 D | DAGCombiner.cpp | 166 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 D | SelectionDAG.cpp | 3243 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { in getSplatValue()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | TargetLowering.h | 4096 bool LegalTypes() const { return LegalTys; } in LegalTypes() function
|