Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp816 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 DDAGCombiner.cpp153 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 DSelectionDAG.cpp1641 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 DTargetLowering.h3660 bool LegalTypes() const { return LegalTys; } in LegalTypes() function