Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
DEarlyCSE.cpp486 const SimplifyQuery SQ; member in __anon38eba1970311::EarlyCSE
DNewGVN.cpp506 const SimplifyQuery SQ; member in __anon8b2775540311::NewGVN
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp59 const SimplifyQuery &SQ; member in __anonab06c9950111::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
/third_party/skia/third_party/externals/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
DAPInt.cpp2996 APInt SQ = D.sqrt(); in SolveQuadraticEquationWrap() local
/third_party/cmsis/CMSIS/DSP/Include/dsp/
Dutils.h43 #define SQ(x) ((x) * (x)) macro
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MCA/HardwareUnits/
DLSUnit.cpp24 LSUnitBase::LSUnitBase(const MCSchedModel &SM, unsigned LQ, unsigned SQ, in LSUnitBase()
/third_party/mesa3d/src/amd/common/
Dac_perfcounter.h65 SQ = 0x6, enumerator
/third_party/skia/third_party/externals/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()
DInstCombineCompares.cpp3470 foldShiftIntoShiftInAnotherHandOfAndInICmp(ICmpInst &I, const SimplifyQuery SQ, in foldShiftIntoShiftInAnotherHandOfAndInICmp()
3702 Instruction *InstCombiner::foldICmpBinOp(ICmpInst &I, const SimplifyQuery &SQ) { in foldICmpBinOp()
/third_party/mesa3d/src/mesa/math/
Dm_matrix.c1108 #define SQ(x) ((x)*(x)) macro
/third_party/ffmpeg/libavcodec/
Dme_cmp.c946 #define SQ(a) ((a) * (a)) macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp3093 const SimplifyQuery &SQ; member in __anon286312e40711::SimplificationTracker
3200 const SimplifyQuery &SQ; member in __anon286312e40711::AddressingModeCombiner
4788 const SimplifyQuery SQ(*DL, TLInfo); in optimizeMemoryInst() local
/third_party/boost/libs/wave/test/testwave/testfiles/
Dt_5_035.hpp755 #define SQ macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DInstructionSimplify.cpp5338 Value *llvm::SimplifyInstruction(Instruction *I, const SimplifyQuery &SQ, in SimplifyInstruction()