Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp150 if (const PointerType *ptrA = A->getAs<PointerType>()) in typesCompatible() local
152 A = ptrA->getPointeeType(); in typesCompatible()
/freebsd-12.1/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp9826 unsigned ptrA = MI.getOperand(1).getReg(); in EmitAtomicBinary() local
9872 .addReg(ptrA).addReg(ptrB); in EmitAtomicBinary()
9894 .addReg(TmpReg).addReg(ptrA).addReg(ptrB); in EmitAtomicBinary()
9930 unsigned ptrA = MI.getOperand(1).getReg(); in EmitPartwordAtomicBinary() local
9992 if (ptrA != ZeroReg) { in EmitPartwordAtomicBinary()
9995 .addReg(ptrA) in EmitPartwordAtomicBinary()
10665 unsigned ptrA = MI.getOperand(1).getReg(); in EmitInstrWithCustomInserter() local
10714 .addReg(ptrA) in EmitInstrWithCustomInserter()
10727 .addReg(ptrA) in EmitInstrWithCustomInserter()
10816 if (ptrA != ZeroReg) { in EmitInstrWithCustomInserter()
[all …]