Searched defs:LegalOperations (Results 1 – 4 of 4) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 135 bool LegalOperations = false; member in __anond19284ba0111::DAGCombiner 2943 SelectionDAG &DAG, bool LegalOperations) { in tryFoldToZero() 9469 bool LegalOperations, SDNode *N, in tryToFoldExtOfExtload() 9500 bool LegalOperations, SDNode *N, SDValue N0, in tryToFoldExtOfLoad() 9567 bool LegalOperations) { in foldExtendedSignBitTest() 17025 bool LegalOperations) { in scalarizeExtractedBinop() 18875 bool LegalOperations) { in combineShuffleToVectorExtend()
|
D | TargetLowering.cpp | 5483 bool LegalOperations, bool ForCodeSize, in isNegatibleForFree() 5599 bool LegalOperations, in getNegatedExpression()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3078 bool LegalOperations() const { return LegalOps; } in LegalOperations() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 42615 bool LegalOperations, in isNegatibleForFree() 42658 bool LegalOperations, in getNegatedExpression() 43535 bool LegalOperations = !DCI.isBeforeLegalizeOps(); in combineFMA() local 43582 bool LegalOperations = !DCI.isBeforeLegalizeOps(); in combineFMADDSUB() local
|