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.cpp65 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 DBTFDebug.h380 const GlobalVariable *, bool IsAma);
H A DBTFDebug.cpp1377 const GlobalVariable *GVar, bool IsAma) { in generatePatchImmReloc() argument
1384 if (IsAma) { in generatePatchImmReloc()