Searched defs:LegalOperations (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600ISelLowering.h | 58 bool LegalOperations) const override { in canCombineTruncStore()
|
H A D | AMDGPUISelLowering.cpp | 909 SDValue Op, SelectionDAG &DAG, bool LegalOperations, bool ForCodeSize, in getNegatedExpression()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | DAGCombiner.cpp | 162 bool LegalOperations = false; member in __anon666e37100111::DAGCombiner 3787 SelectionDAG &DAG, bool LegalOperations) { in tryFoldToZero() 13254 bool LegalOperations, SDNode *N, in tryToFoldExtOfExtload() 13286 bool LegalOperations, SDNode *N, SDValue N0, in tryToFoldExtOfLoad() 13347 bool LegalOperations, SDNode *N, SDValue N0, in tryToFoldExtOfMaskedLoad() 13405 bool LegalOperations) { in foldExtendedSignBitTest() 14869 bool LegalOperations) { in foldExtendVectorInregToExtendOfSubvector() 22357 const SDLoc &DL, bool LegalOperations) { in scalarizeExtractedBinop() 24076 bool LegalOperations) { in combineConcatVectorOfShuffleAndItsOperands() 24384 bool LegalOperations) { in narrowInsertExtractVectorBinOp() [all …]
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3942 bool LegalOperations() const { return LegalOps; } in LegalOperations() function
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
H A D | X86ISelLowering.cpp | 52865 bool LegalOperations = !DCI.isBeforeLegalizeOps(); in combineFneg() local 52874 bool LegalOperations, in getNegatedExpression() 54047 bool LegalOperations = !DCI.isBeforeLegalizeOps(); in combineFMA() local 54108 bool LegalOperations = !DCI.isBeforeLegalizeOps(); in combineFMADDSUB() local
|