Home
last modified time | relevance | path

Searched refs:IsAma (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp67 const GlobalValue *GVal, bool IsAma);
70 bool doSrcRegProp, bool IsAma);
192 Register &DstReg, const GlobalValue *GVal, bool IsAma) { in processCandidate() argument
194 if (IsAma) { in processCandidate()
211 processDstReg(MRI, TmpReg, DstReg, GVal, false, IsAma); in processCandidate()
222 processDstReg(MRI, DstReg, SrcReg, GVal, true, IsAma); in processCandidate()
227 bool doSrcRegProp, bool IsAma) { in processDstReg() argument
260 if (IsAma && MRI->getUniqueVRegDef(I->getReg())) in processDstReg()
350 bool IsAma = false; in removeLD() local
352 IsAma = true; in removeLD()
[all …]
H A DBTFDebug.h379 const GlobalVariable *, bool IsAma);
H A DBTFDebug.cpp1258 const GlobalVariable *GVar, bool IsAma) { in generatePatchImmReloc() argument
1265 if (IsAma) { in generatePatchImmReloc()