Home
last modified time | relevance | path

Searched refs:NewBR (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DControlHeightReduction.cpp1836 BranchInst *NewBR = BranchInst::Create(NewEntryBlock, in createMergedBranch() local
1839 PreEntryBlock->getInstList().push_back(NewBR); in createMergedBranch()
1842 return NewBR; in createMergedBranch()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMConstantIslandPass.cpp1973 MachineInstr *NewBR = in optimizeThumb2Branches() local
1982 Br.MI = NewBR; in optimizeThumb2Branches()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIISelLowering.cpp4525 SDValue NewBR = DAG.getNode(ISD::BR, DL, BR->getVTList(), Ops); in LowerBRCOND() local
4526 DAG.ReplaceAllUsesWith(BR, NewBR.getNode()); in LowerBRCOND()
4527 BR = NewBR.getNode(); in LowerBRCOND()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp22932 SDNode *NewBR = in LowerBRCOND() local
22934 assert(NewBR == User); in LowerBRCOND()
22935 (void)NewBR; in LowerBRCOND()
22973 SDNode *NewBR = in LowerBRCOND() local
22975 assert(NewBR == User); in LowerBRCOND()
22976 (void)NewBR; in LowerBRCOND()