Searched defs:BrCond (Results 1 – 13 of 13) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceConditionCodesX86.h | 27 enum BrCond { enum
|
D | IceAssemblerX8632.h | 37 using BrCond = CondX86::BrCond; variable
|
D | IceAssemblerX8664.h | 37 using BrCond = CondX86::BrCond; variable
|
D | IceInstX8632.h | 38 using BrCond = Cond::BrCond; variable
|
D | IceInstX8664.h | 38 using BrCond = Cond::BrCond; variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanHCFGBuilder.cpp | 291 Value *BrCond = Br->getCondition(); in buildPlainCFG() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 804 MachineInstr *BrCond = &*std::prev(BrIt); in matchElideBrByInvertingCond() local 829 MachineInstr *BrCond = &*std::prev(BrIt); in applyElideBrByInvertingCond() local
|
D | IRTranslator.cpp | 559 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/ |
D | MachinePipeliner.h | 79 SmallVector<MachineOperand, 4> BrCond; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULegalizerInfo.cpp | 2357 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/ |
D | IfConversion.cpp | 152 SmallVector<MachineOperand, 4> BrCond; member
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAGBuilder.cpp | 2420 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/ |
D | SimplifyCFG.cpp | 1966 Value *BrCond = BI->getCondition(); in SpeculativelyExecuteBB() local 2516 Value *BrCond = BI->getCondition(); in SimplifyCondBranchToTwoReturns() local
|