Searched refs:IsAma (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/BPF/ |
| H A D | BPFMISimplifyPatchable.cpp | 65 const GlobalValue *GVal, bool IsAma); 68 bool doSrcRegProp, bool IsAma); 194 Register &DstReg, const GlobalValue *GVal, bool IsAma) { in processCandidate() argument 196 if (IsAma) { in processCandidate() 213 processDstReg(MRI, TmpReg, DstReg, GVal, false, IsAma); in processCandidate() 224 processDstReg(MRI, DstReg, SrcReg, GVal, true, IsAma); in processCandidate() 229 bool doSrcRegProp, bool IsAma) { in processDstReg() argument 262 if (IsAma && MRI->getUniqueVRegDef(I->getReg())) in processDstReg() 352 bool IsAma = false; in removeLD() local 354 IsAma = true; in removeLD() [all …]
|
| H A D | BTFDebug.h | 380 const GlobalVariable *, bool IsAma);
|
| H A D | BTFDebug.cpp | 1377 const GlobalVariable *GVar, bool IsAma) { in generatePatchImmReloc() argument 1384 if (IsAma) { in generatePatchImmReloc()
|