/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | InstSimplifyPass.cpp | 31 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
|
D | LoopRotation.cpp | 41 const SimplifyQuery SQ = getBestSimplifyQuery(AR, DL); in run() local 86 const SimplifyQuery SQ = getBestSimplifyQuery(*this, F); in runOnLoop() local
|
D | LoopInstSimplify.cpp | 53 SimplifyQuery SQ(DL, &TLI, &DT, &AC); in simplifyLoopInst() local
|
D | CorrelatedValuePropagation.cpp | 185 const SimplifyQuery &SQ) { in processPHI() 685 const SimplifyQuery &SQ) { in runImpl()
|
D | EarlyCSE.cpp | 333 const SimplifyQuery SQ; member in __anonca29b00e0311::EarlyCSE
|
D | NewGVN.cpp | 504 const SimplifyQuery SQ; member in __anonc9d17a0b0311::NewGVN
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | LoopRotationUtils.cpp | 56 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()
|
D | PromoteMemoryToRegister.cpp | 241 const SimplifyQuery SQ; member
|
/external/llvm/lib/Support/ |
D | YAMLTraits.cpp | 181 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/ |
D | YAMLTraits.cpp | 206 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/ |
D | InstCombineInternal.h | 300 const SimplifyQuery SQ; variable
|
/external/mesa3d/src/mesa/math/ |
D | m_matrix.c | 1193 #define SQ(x) ((x)*(x)) macro
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | CodeGenPrepare.cpp | 2640 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/ |
D | InstructionSimplify.cpp | 4912 Value *llvm::SimplifyInstruction(Instruction *I, const SimplifyQuery &SQ, in SimplifyInstruction()
|