Home
last modified time | relevance | path

Searched defs:NewBr (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64CondBrTuning.cpp151 MachineInstr *NewCmp = nullptr, *NewBr = nullptr; in tryToTuneBranch() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DExpandMemCmp.cpp463 BranchInst *NewBr = BranchInst::Create(EndBlock); in emitMemCmpResultBlock() local
477 BranchInst *NewBr = BranchInst::Create(EndBlock); in emitMemCmpResultBlock() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSILowerControlFlow.cpp226 MachineInstr *NewBr = BuildMI(MBB, I, DL, TII->get(AMDGPU::SI_MASK_BRANCH)) in emitIf() local
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
DInlineFunction.cpp1196 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction() local
/external/llvm/lib/Transforms/Utils/
DInlineFunction.cpp1959 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction() local
DLocal.cpp217 BranchInst *NewBr = Builder.CreateCondBr(Cond, in ConstantFoldTerminator() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DInlineFunction.cpp2187 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction() local
DLocal.cpp265 BranchInst *NewBr = Builder.CreateCondBr(Cond, in ConstantFoldTerminator() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DLowerTypeTests.cpp727 BranchInst *NewBr = BranchInst::Create(Then, Else, OffsetInRange); in lowerTypeTestCall() local