Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h109 struct CaseBlock { struct
111 struct PredInfoPair {
135 /// The debug location of the instruction this CaseBlock was argument
144 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs, argument
154 CaseBlock(CmpInst::Predicate pred, bool nocmp, const Value *cmplhs, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/CodeGen/
DSwitchLoweringUtils.h109 struct CaseBlock { struct
111 struct PredInfoPair {
135 /// The debug location of the instruction this CaseBlock was argument
144 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs, argument
154 CaseBlock(CmpInst::Predicate pred, bool nocmp, const Value *cmplhs, argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h104 struct CaseBlock { struct
106 struct PredInfoPair {
130 /// The debug location of the instruction this CaseBlock was argument
139 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs, argument
149 CaseBlock(CmpInst::Predicate pred, bool nocmp, const Value *cmplhs, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/CodeGen/
DSwitchLoweringUtils.h109 struct CaseBlock { struct
111 struct PredInfoPair {
135 /// The debug location of the instruction this CaseBlock was argument
144 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs, argument
154 CaseBlock(CmpInst::Predicate pred, bool nocmp, const Value *cmplhs, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/CodeGen/
DSwitchLoweringUtils.h109 struct CaseBlock { struct
111 struct PredInfoPair {
135 /// The debug location of the instruction this CaseBlock was argument
144 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs, argument
154 CaseBlock(CmpInst::Predicate pred, bool nocmp, const Value *cmplhs, argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/CodeGen/
DSwitchLoweringUtils.h109 struct CaseBlock { struct
111 struct PredInfoPair {
135 /// The debug location of the instruction this CaseBlock was argument
144 CaseBlock(ISD::CondCode cc, const Value *cmplhs, const Value *cmprhs, argument
154 CaseBlock(CmpInst::Predicate pred, bool nocmp, const Value *cmplhs, argument
/aosp_15_r20/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h218 struct CaseBlock { struct
224 : CC(cc), CmpLHS(cmplhs), CmpMHS(cmpmiddle), CmpRHS(cmprhs), in CC()
229 ISD::CondCode CC;
234 const Value *CmpLHS, *CmpMHS, *CmpRHS;
237 MachineBasicBlock *TrueBB, *FalseBB;
240 MachineBasicBlock *ThisBB;
243 BranchProbability TrueProb, FalseProb;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/FuzzMutate/
H A DIRMutator.cpp415 BasicBlock *CaseBlock = BasicBlock::Create(C, "SW_C", F); in mutate() local
/aosp_15_r20/external/clang/lib/Analysis/
H A DCFG.cpp3248 CFGBlock *CaseBlock = Block; in VisitCaseStmt() local