Searched defs:NewBr (Results 1 – 9 of 9) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/ |
D | AArch64CondBrTuning.cpp | 151 MachineInstr *NewCmp = nullptr, *NewBr = nullptr; in tryToTuneBranch() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | ExpandMemCmp.cpp | 463 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/ |
D | SILowerControlFlow.cpp | 226 MachineInstr *NewBr = BuildMI(MBB, I, DL, TII->get(AMDGPU::SI_MASK_BRANCH)) in emitIf() local
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1196 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction() local
|
/external/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 1959 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction() local
|
D | Local.cpp | 217 BranchInst *NewBr = Builder.CreateCondBr(Cond, in ConstantFoldTerminator() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | InlineFunction.cpp | 2187 BranchInst *NewBr = BranchInst::Create(II->getNormalDest(), TheCall); in InlineFunction() local
|
D | Local.cpp | 265 BranchInst *NewBr = Builder.CreateCondBr(Cond, in ConstantFoldTerminator() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | LowerTypeTests.cpp | 727 BranchInst *NewBr = BranchInst::Create(Then, Else, OffsetInRange); in lowerTypeTestCall() local
|