Home
last modified time | relevance | path

Searched refs:ptrA (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp153 if (const PointerType *ptrA = A->getAs<PointerType>()) in typesCompatible() local
155 A = ptrA->getPointeeType(); in typesCompatible()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp11067 Register ptrA = MI.getOperand(1).getReg(); in EmitAtomicBinary() local
11113 .addReg(ptrA).addReg(ptrB); in EmitAtomicBinary()
11135 .addReg(TmpReg).addReg(ptrA).addReg(ptrB); in EmitAtomicBinary()
11241 Register ptrA = MI.getOperand(1).getReg(); in EmitPartwordAtomicBinary() local
11302 if (ptrA != ZeroReg) { in EmitPartwordAtomicBinary()
11305 .addReg(ptrA) in EmitPartwordAtomicBinary()
12164 Register ptrA = MI.getOperand(1).getReg(); in EmitInstrWithCustomInserter() local
12213 .addReg(ptrA) in EmitInstrWithCustomInserter()
12226 .addReg(ptrA) in EmitInstrWithCustomInserter()
12315 if (ptrA != ZeroReg) { in EmitInstrWithCustomInserter()
[all …]