HomeSort by: relevance | last modified time | path
    Searched refs:SimplifyInstruction (Results 1 - 25 of 28) sorted by relevancy

1 2

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
InstSimplifyPass.cpp 58 if (Value *V = SimplifyInstruction(&I, SQ, ORE)) {
LoopInstSimplify.cpp 104 Value *V = SimplifyInstruction(&I, SQ.getWithInstruction(&I));
TailRecursionElimination.cpp 689 if (Value *PNV = SimplifyInstruction(PN, F.getParent()->getDataLayout())) {
StructurizeCFG.cpp 664 if (auto NewValue = SimplifyInstruction(Phi, Q)) {
CorrelatedValuePropagation.cpp 266 if (Value *V = SimplifyInstruction(P, SQ)) {
LoopUnswitch.cpp 1716 if (Value *V = SimplifyInstruction(I, DL))
EarlyCSE.cpp 1328 if (Value *V = SimplifyInstruction(&Inst, SQ)) {
GVN.cpp 2305 if (Value *V = SimplifyInstruction(I, {DL, TLI, DT, AC})) {
JumpThreading.cpp 2682 if (Value *IV = SimplifyInstruction(
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionSimplify.h 295 Value *SimplifyInstruction(Instruction *I, const SimplifyQuery &Q,
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SSAUpdater.cpp 169 SimplifyInstruction(InsertedPHI, BB->getModule()->getDataLayout())) {
CloneFunction.cpp 395 SimplifyInstruction(NewInst, BB->getModule()->getDataLayout())) {
674 Value *SimpleV = SimplifyInstruction(I, DL);
LoopSimplify.cpp 184 if (Value *V = SimplifyInstruction(PN, {DL, nullptr, DT, AC})) {
606 if (Value *V = SimplifyInstruction(PN, {DL, nullptr, DT, AC})) {
LoopRotationUtils.cpp 453 Value *V = SimplifyInstruction(C, SQ);
LoopUnroll.cpp 230 if (Value *V = SimplifyInstruction(Inst, {DL, nullptr, DT, AC}))
PromoteMemoryToRegister.cpp 229 /// A cache of @llvm.assume intrinsics used by SimplifyInstruction.
705 if (Value *V = SimplifyInstruction(PN, SQ)) {
SimplifyCFG.cpp 2656 if (Value *V = SimplifyInstruction(N, {DL, nullptr, nullptr, AC})) {
2741 if (Value *V = SimplifyInstruction(PN, {DL, PN})) {
4109 if (Value *V = SimplifyInstruction(ICI, {DL, ICI})) {
InlineFunction.cpp 2638 if (Value *V = SimplifyInstruction(PHI, {DL, nullptr, nullptr, AC})) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUPrintfRuntimeBinding.cpp 69 return SimplifyInstruction(I, {*TD, TLI, DT});
  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonLoopIdiomRecognition.cpp 1490 if (Value *SV = SimplifyInstruction(&I, {DL, &TLI, &DT}))
2174 if (Value *Simp = SimplifyInstruction(In, {*DL, TLI, DT}))
2285 if (Value *Simp = SimplifyInstruction(In, {*DL, TLI, DT}))
HexagonVectorCombine.cpp 1301 if (Value *S = SimplifyInstruction(I, Q))
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
Lint.cpp 692 // As a last resort, try SimplifyInstruction or constant folding.
694 if (Value *W = SimplifyInstruction(Inst, {*DL, TLI, DT, AC}))
InstructionSimplify.cpp 5819 Value *llvm::SimplifyInstruction(Instruction *I, const SimplifyQuery &SQ,
6025 SimpleV = SimplifyInstruction(I, {DL, TLI, DT, AC});
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 1303 if (Value *V = SimplifyInstruction(&PN, SQ.getWithInstruction(&PN)))
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CodeGenPrepare.cpp 3375 if (Value *V = SimplifyInstruction(cast<Instruction>(PI), SQ)) {
3452 /// SimplifyQuery for simplifyInstruction utility.
7763 if (Value *V = SimplifyInstruction(P, {*DL, TLInfo})) {

Completed in 91 milliseconds

1 2