HomeSort by relevance Sort by last modified time
    Searched refs:SimplifyInstruction (Results 1 - 25 of 58) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyInstructions.cpp 63 if (Value *V = SimplifyInstruction(I, TD, DT)) {
LoopSimplify.cpp 268 if (Value *V = SimplifyInstruction(PN, 0, DT)) {
459 if (Value *V = SimplifyInstruction(PN, 0, DT)) {
LoopUnroll.cpp 411 else if (Value *V = SimplifyInstruction(Inst))
SSAUpdater.cpp 188 if (Value *V = SimplifyInstruction(InsertedPHI)) {
Local.cpp 352 if (Value *V = SimplifyInstruction(Inst, TD)) {
403 Value *PNV = SimplifyInstruction(PN, TD);
408 assert(PNV != PN && "SimplifyInstruction broken!");
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyInstructions.cpp 56 if (Value *V = SimplifyInstruction(I, DL, TLI, DT, AC)) {
SSAUpdater.cpp 160 SimplifyInstruction(InsertedPHI, BB->getModule()->getDataLayout())) {
LoopSimplify.cpp 213 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) {
598 if (Value *V = SimplifyInstruction(PN, DL, nullptr, DT, AC)) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInstSimplify.cpp 120 Value *V = SimplifyInstruction(I, DL, TLI, DT, &AC);
CorrelatedValuePropagation.cpp 148 // FIXME: Provide TLI, DT, AT to SimplifyInstruction.
150 if (Value *V = SimplifyInstruction(P, DL)) {
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
InstructionSimplify.h 149 /// SimplifyInstruction - See if we can compute a simplified version of this
151 Value *SimplifyInstruction(Instruction *I, const TargetData *TD = 0,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopInstSimplify.cpp 107 Value *V = SimplifyInstruction(I, TD, DT);
CorrelatedValuePropagation.cpp 107 if (Value *V = SimplifyInstruction(P)) {
LoopRotation.cpp 254 Value *V = SimplifyInstruction(C);
EarlyCSE.cpp 331 if (Value *V = SimplifyInstruction(Inst, TD, DT)) {
TailRecursionElimination.cpp 206 if (Value *PNV = SimplifyInstruction(PN)) {
  /external/llvm/include/llvm/Analysis/
InstructionSimplify.h 326 /// SimplifyInstruction - See if we can compute a simplified version of this
328 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
348 /// This routine uses SimplifyInstruction to simplify 'I', and if successful
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 305 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
325 /// This routine uses SimplifyInstruction to simplify 'I', and if successful
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 305 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
325 /// This routine uses SimplifyInstruction to simplify 'I', and if successful
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 305 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
325 /// This routine uses SimplifyInstruction to simplify 'I', and if successful
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 305 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
325 /// This routine uses SimplifyInstruction to simplify 'I', and if successful
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 305 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
325 /// This routine uses SimplifyInstruction to simplify 'I', and if successful
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 305 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
325 /// This routine uses SimplifyInstruction to simplify 'I', and if successful
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 305 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
325 /// This routine uses SimplifyInstruction to simplify 'I', and if successful
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
InstructionSimplify.h 305 Value *SimplifyInstruction(Instruction *I, const DataLayout &DL,
325 /// This routine uses SimplifyInstruction to simplify 'I', and if successful

Completed in 5436 milliseconds

1 2 3