Home
last modified time | relevance | path

Searched refs:AP2 (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/test/CodeGen/SPARC/
H A Dvarargs.ll37 ; add %[[AP]], 4, %[[AP2:[gilo][0-7]]]
38 ; stx %[[AP2]], [%fp+2039]
47 ; add %[[AP]], 8, %[[AP2:[gilo][0-7]]]
48 ; stx %[[AP2]], [%fp+2039]
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1148 if (AP2.isZero()) in foldICmpShrConstConst()
1153 if (AP2.isAllOnes()) in foldICmpShrConstConst()
1157 if (AP2.sgt(AP1)) in foldICmpShrConstConst()
1166 if (AP1 == AP2) in foldICmpShrConstConst()
1207 if (AP2.isZero()) in foldICmpShlConstConst()
1217 if (AP1 == AP2) in foldICmpShlConstConst()
4272 const APInt *AP1, *AP2; in foldICmpBinOp() local
4278 APInt AP2Abs = AP2->abs(); in foldICmpBinOp()
4280 APInt Diff = *AP1 - *AP2; in foldICmpBinOp()
4690 const APInt *AP1, *AP2; in foldICmpEquality() local
[all …]
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGVTables.cpp1269 const AddressPoint &AP2) { in EmitVTableTypeMetadata() argument
1270 if (&AP1 == &AP2) in EmitVTableTypeMetadata()
1282 QualType(AP2.first->getTypeForDecl(), 0), O2); in EmitVTableTypeMetadata()
1290 return AP1.second < AP2.second; in EmitVTableTypeMetadata()
/llvm-project-15.0.7/llvm/test/Transforms/IROutliner/
H A Doutline-vaarg-intrinsic.ll75 ; CHECK-NEXT: [[AP2:%.*]] = bitcast i8** [[AP]] to i8*
H A Dillegal-vaarg.ll67 ; CHECK-NEXT: [[AP2:%.*]] = bitcast i8** [[AP]] to i8*
/llvm-project-15.0.7/clang/test/Analysis/Checkers/
H A DRunLoopAutoreleaseLeakChecker.m101 #ifdef AP2