Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp159 bool LegalTypes = false; global() member in __anon29909ce20111::DAGCombiner
12724 tryToFoldExtendOfConstant(SDNode * N,const TargetLowering & TLI,SelectionDAG & DAG,bool LegalTypes) tryToFoldExtendOfConstant() argument
23715 combineConcatVectorOfShuffleAndItsOperands(SDNode * N,SelectionDAG & DAG,const TargetLowering & TLI,bool LegalTypes,bool LegalOperations) combineConcatVectorOfShuffleAndItsOperands() argument
24812 canCombineShuffleToExtendVectorInreg(unsigned Opcode,EVT VT,std::function<bool (unsigned)> Match,SelectionDAG & DAG,const TargetLowering & TLI,bool LegalTypes,bool LegalOperations) canCombineShuffleToExtendVectorInreg() argument
24890 bool LegalTypes = true; combineShuffleToZeroExtendVectorInReg() local
[all...]
H A DSelectionDAG.cpp1732 getShiftAmountConstant(uint64_t Val,EVT VT,const SDLoc & DL,bool LegalTypes) getShiftAmountConstant() argument
2954 getSplatValue(SDValue V,bool LegalTypes) getSplatValue() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3810 bool LegalTypes() const { return LegalTys; } LegalTypes() function