Home
last modified time | relevance | path

Searched defs:SQ (Results 1 – 25 of 37) sorted by relevance

12

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DInstSimplifyPass.cpp31 static bool runImpl(Function &F, const SimplifyQuery &SQ, in runImpl()
110 const SimplifyQuery SQ(DL, TLI, DT, AC); in runOnFunction() local
138 const SimplifyQuery SQ(DL, &TLI, &DT, &AC); in run() local
DLoopRotation.cpp44 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run() local
99 const SimplifyQuery SQ = getBestSimplifyQuery(*this, F); in runOnLoop() local
DLoopInstSimplify.cpp55 SimplifyQuery SQ(DL, &TLI, &DT, &AC); in simplifyLoopInst() local
DCorrelatedValuePropagation.cpp213 const SimplifyQuery &SQ) { in processPHI()
831 const SimplifyQuery &SQ) { in runImpl()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DInstSimplifyPass.cpp33 static bool runImpl(Function &F, const SimplifyQuery &SQ, in runImpl()
112 const SimplifyQuery SQ(DL, TLI, DT, AC); in runOnFunction() local
140 const SimplifyQuery SQ(DL, &TLI, &DT, &AC); in run() local
DLoopRotation.cpp51 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run() local
106 const SimplifyQuery SQ = getBestSimplifyQuery(*this, F); in runOnLoop() local
DLoopInstSimplify.cpp55 SimplifyQuery SQ(DL, &TLI, &DT, &AC); in simplifyLoopInst() local
DCorrelatedValuePropagation.cpp211 const SimplifyQuery &SQ) { in processPHI()
968 const SimplifyQuery &SQ) { in runImpl()
/external/llvm-project/llvm/unittests/Transforms/Utils/
DLoopRotationUtilsTest.cpp84 SimplifyQuery SQ(M->getDataLayout()); in TEST() local
155 SimplifyQuery SQ(M->getDataLayout()); in TEST() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp59 const SimplifyQuery &SQ; member in __anon074700b40111::LoopRotate
67 const SimplifyQuery &SQ, bool RotationOnly, bool IsUtilMode) in LoopRotate()
667 const SimplifyQuery &SQ, bool RotationOnly = true, in LoopRotation()
DPromoteMemoryToRegister.cpp235 const SimplifyQuery SQ; member
/external/llvm/lib/Support/
DYAMLTraits.cpp181 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) in beginSequence() local
201 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in preflightElement() local
218 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in preflightFlowElement() local
264 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in beginBitSetScalar() local
276 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in bitSetMatch() local
298 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in endBitSetScalar() local
341 } else if (SequenceNode *SQ = dyn_cast<SequenceNode>(N)) { in createHNodes() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp66 const SimplifyQuery &SQ; member in __anon1bc150400111::LoopRotate
74 const SimplifyQuery &SQ, bool RotationOnly, bool IsUtilMode) in LoopRotate()
746 const SimplifyQuery &SQ, bool RotationOnly = true, in LoopRotation()
DPromoteMemoryToRegister.cpp232 const SimplifyQuery SQ; member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DYAMLTraits.cpp209 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) in beginSequence() local
229 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in preflightElement() local
246 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in preflightFlowElement() local
292 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in beginBitSetScalar() local
304 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in bitSetMatch() local
326 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in endBitSetScalar() local
383 } else if (SequenceNode *SQ = dyn_cast<SequenceNode>(N)) { in createHNodes() local
/external/llvm-project/llvm/lib/Support/
DYAMLTraits.cpp219 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) in beginSequence() local
239 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in preflightElement() local
256 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in preflightFlowElement() local
302 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in beginBitSetScalar() local
314 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in bitSetMatch() local
336 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in endBitSetScalar() local
398 } else if (SequenceNode *SQ = dyn_cast<SequenceNode>(N)) { in createHNodes() local
/external/llvm-project/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h443 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ) in LSUnit()
445 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ, bool AssumeNoAlias) in LSUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/HardwareUnits/
DLSUnit.h421 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ) in LSUnit()
423 LSUnit(const MCSchedModel &SM, unsigned LQ, unsigned SQ, bool AssumeNoAlias) in LSUnit()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp24 LSUnitBase::LSUnitBase(const MCSchedModel &SM, unsigned LQ, unsigned SQ, in LSUnitBase()
/external/llvm-project/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp24 LSUnitBase::LSUnitBase(const MCSchedModel &SM, unsigned LQ, unsigned SQ, in LSUnitBase()
/external/llvm-project/llvm/include/llvm/Transforms/InstCombine/
DInstCombiner.h72 const SimplifyQuery SQ; variable
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h326 const SimplifyQuery SQ; variable
DInstCombineShifts.cpp35 BinaryOperator *Sh0, const SimplifyQuery &SQ, in reassociateShiftAmtsOfTwoSameDirectionShifts()
/external/mesa3d/src/mesa/math/
Dm_matrix.c1223 #define SQ(x) ((x)*(x)) macro
/external/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineShifts.cpp36 BinaryOperator *Sh0, const SimplifyQuery &SQ, in reassociateShiftAmtsOfTwoSameDirectionShifts()

12