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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64CondBrTuning.cpp 151 MachineInstr *NewCmp = nullptr, *NewBr = nullptr;
210 NewBr = convertToCondBr(MI);
269 NewBr = convertToCondBr(MI);
275 (void)NewCmp; (void)NewBr;
276 assert(NewCmp && NewBr && "Expected new instructions.");
281 LLVM_DEBUG(NewBr->print(dbgs()));
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ExpandMemCmp.cpp 463 BranchInst *NewBr = BranchInst::Create(EndBlock);
464 Builder.Insert(NewBr);
477 BranchInst *NewBr = BranchInst::Create(EndBlock);
478 Builder.Insert(NewBr);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SILowerControlFlow.cpp 226 MachineInstr *NewBr = BuildMI(MBB, I, DL, TII->get(AMDGPU::SI_MASK_BRANCH))
243 LIS->InsertMachineInstrInMaps(*NewBr);
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
Local.cpp 217 BranchInst *NewBr = Builder.CreateCondBr(Cond,
228 NewBr->setMetadata(LLVMContext::MD_prof,
237 NewBr->setMetadata(LLVMContext::MD_make_implicit, MakeImplicitMD);
    [all...]
InlineFunction.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
LowerTypeTests.cpp 727 BranchInst *NewBr = BranchInst::Create(Then, Else, OffsetInRange);
728 NewBr->setMetadata(LLVMContext::MD_prof,
730 ReplaceInstWithInst(InitialBB->getTerminator(), NewBr);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Local.cpp 265 BranchInst *NewBr = Builder.CreateCondBr(Cond,
276 NewBr->setMetadata(LLVMContext::MD_prof,
285 NewBr->setMetadata(LLVMContext::MD_make_implicit, MakeImplicitMD);
    [all...]
InlineFunction.cpp     [all...]

Completed in 1915 milliseconds