Searched defs:LegalTypes (Results 1 – 4 of 4) sorted by relevance
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp | 816 const TypeSetByHwMode::SetType &LegalTypes = Legal.get(DefaultMode); in expandOverloads() local 879 TypeSetByHwMode::SetType &LegalTypes = LegalCache.getOrCreate(DefaultMode); in getLegalTypes() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 153 bool LegalTypes = false; member in __anon001c44270111::DAGCombiner 11780 SelectionDAG &DAG, bool LegalTypes) { in tryToFoldExtendOfConstant() 22160 SDNode *N, SelectionDAG &DAG, const TargetLowering &TLI, bool LegalTypes, in combineConcatVectorOfShuffleAndItsOperands() 23242 SelectionDAG &DAG, const TargetLowering &TLI, bool LegalTypes, in canCombineShuffleToExtendVectorInreg() 23320 bool LegalTypes = true; in combineShuffleToZeroExtendVectorInReg() local
|
H A D | SelectionDAG.cpp | 1641 const SDLoc &DL, bool LegalTypes) { in getShiftAmountConstant() 2838 SDValue SelectionDAG::getSplatValue(SDValue V, bool LegalTypes) { in getSplatValue()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3660 bool LegalTypes() const { return LegalTys; } in LegalTypes() function
|