Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DInstSimplifyPass.cpp31 static bool runImpl(Function &F, const SimplifyQuery &SQ, in runImpl()
108 const SimplifyQuery SQ(DL, TLI, DT, AC); in runOnFunction() local
136 const SimplifyQuery SQ(DL, &TLI, &DT, &AC); in run() local
DLoopRotation.cpp41 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run() local
86 const SimplifyQuery SQ = getBestSimplifyQuery(*this, F); in runOnLoop() local
DLoopInstSimplify.cpp53 SimplifyQuery SQ(DL, &TLI, &DT, &AC); in simplifyLoopInst() local
DCorrelatedValuePropagation.cpp185 const SimplifyQuery &SQ) { in processPHI()
685 const SimplifyQuery &SQ) { in runImpl()
DEarlyCSE.cpp333 const SimplifyQuery SQ; member in __anonca29b00e0311::EarlyCSE
DNewGVN.cpp504 const SimplifyQuery SQ; member in __anonc9d17a0b0311::NewGVN
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp56 const SimplifyQuery &SQ; member in __anon8e4b5f0c0111::LoopRotate
63 DominatorTree *DT, ScalarEvolution *SE, const SimplifyQuery &SQ, in LoopRotate()
638 ScalarEvolution *SE, const SimplifyQuery &SQ, in LoopRotation()
DPromoteMemoryToRegister.cpp241 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/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DYAMLTraits.cpp206 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) in beginSequence() local
226 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in preflightElement() local
243 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in preflightFlowElement() local
289 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in beginBitSetScalar() local
301 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in bitSetMatch() local
323 if (SequenceHNode *SQ = dyn_cast<SequenceHNode>(CurrentNode)) { in endBitSetScalar() local
366 } else if (SequenceNode *SQ = dyn_cast<SequenceNode>(N)) { in createHNodes() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineInternal.h300 const SimplifyQuery SQ; variable
/external/mesa3d/src/mesa/math/
Dm_matrix.c1193 #define SQ(x) ((x)*(x)) macro
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2640 const SimplifyQuery &SQ; member in __anond0867ddb0611::SimplificationTracker
2748 const SimplifyQuery &SQ; member in __anond0867ddb0611::AddressingModeCombiner
4370 const SimplifyQuery SQ(*DL, TLInfo); in optimizeMemoryInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4912 Value *llvm::SimplifyInstruction(Instruction *I, const SimplifyQuery &SQ, in SimplifyInstruction()