HomeSort by relevance Sort by last modified time
    Searched refs:SI1 (Results 1 - 6 of 6) sorted by null

  /external/clang/test/CodeGenCXX/
rtti-layout.cpp 73 struct SI1 : A { };
113 // SI1 has a single public base.
114 CHECK_VTABLE(SI1, si_class);
115 CHECK(to<__si_class_type_info>(typeid(SI1)).__base_type == &typeid(A));
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstructionCombining.cpp 634 if (auto *SI1 = dyn_cast<SelectInst>(RHS)) {
635 if (SI0->getCondition() == SI1->getCondition()) {
638 SI1->getFalseValue(), DL, TLI, DT, AC))
642 SI1->getTrueValue()),
645 SI1->getTrueValue(), DL, TLI, DT, AC))
649 SI1->getFalseValue()));
    [all...]
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 177 static bool SafeToMergeTerminators(TerminatorInst *SI1, TerminatorInst *SI2) {
178 if (SI1 == SI2)
184 BasicBlock *SI1BB = SI1->getParent();
201 /// instructions together, where SI1 is an unconditional branch. PhiNodes will
204 isProfitableToFoldUnconditional(BranchInst *SI1, BranchInst *SI2,
207 if (SI1 == SI2)
209 assert(SI1->isUnconditional() && SI2->isConditional());
225 BasicBlock *SI1BB = SI1->getParent();
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
SimplifyCFG.cpp 84 static bool SafeToMergeTerminators(TerminatorInst *SI1, TerminatorInst *SI2) {
85 if (SI1 == SI2) return false; // Can't merge with self!
90 BasicBlock *SI1BB = SI1->getParent();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 160 milliseconds