Home
last modified time | relevance | path

Searched defs:BrCond (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceConditionCodesX86.h27 enum BrCond { enum
DIceAssemblerX8632.h37 using BrCond = CondX86::BrCond; variable
DIceAssemblerX8664.h37 using BrCond = CondX86::BrCond; variable
DIceInstX8632.h38 using BrCond = Cond::BrCond; variable
DIceInstX8664.h38 using BrCond = Cond::BrCond; variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanHCFGBuilder.cpp291 Value *BrCond = Br->getCondition(); in buildPlainCFG() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DCombinerHelper.cpp804 MachineInstr *BrCond = &*std::prev(BrIt); in matchElideBrByInvertingCond() local
829 MachineInstr *BrCond = &*std::prev(BrIt); in applyElideBrByInvertingCond() local
DIRTranslator.cpp559 auto BrCond = MIB.buildBrCond(Cmp.getReg(0), *JT.Default); in emitJumpTableHeader() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePipeliner.h79 SmallVector<MachineOperand, 4> BrCond; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULegalizerInfo.cpp2357 if (MachineInstr *BrCond = verifyCFIntrinsic(MI, MRI, Br)) { in legalizeIntrinsic() local
2396 if (MachineInstr *BrCond = verifyCFIntrinsic(MI, MRI, Br)) { in legalizeIntrinsic() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp152 SmallVector<MachineOperand, 4> BrCond; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp2420 SDValue BrCond = DAG.getNode(ISD::BRCOND, dl, in visitSwitchCase() local
2483 SDValue BrCond = DAG.getNode(ISD::BRCOND, dl, in visitJumpTableHeader() local
2611 SDValue BrCond = DAG.getNode(ISD::BRCOND, dl, in visitSPDescriptorParent() local
10155 SDValue BrCond = in lowerWorkItem() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DSimplifyCFG.cpp1966 Value *BrCond = BI->getCondition(); in SpeculativelyExecuteBB() local
2516 Value *BrCond = BI->getCondition(); in SimplifyCondBranchToTwoReturns() local