/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/ |
H A D | SwitchLoweringUtils.h | 109 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/ |
D | SwitchLoweringUtils.h | 109 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 D | SwitchLoweringUtils.h | 104 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/ |
D | SwitchLoweringUtils.h | 109 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/ |
D | SwitchLoweringUtils.h | 109 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/ |
D | SwitchLoweringUtils.h | 109 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 D | SelectionDAGBuilder.h | 218 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 D | IRMutator.cpp | 415 BasicBlock *CaseBlock = BasicBlock::Create(C, "SW_C", F); in mutate() local
|
/aosp_15_r20/external/clang/lib/Analysis/ |
H A D | CFG.cpp | 3248 CFGBlock *CaseBlock = Block; in VisitCaseStmt() local
|