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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/BPF/
H A DBPFMISimplifyPatchable.cpp61 const GlobalValue *GVal, bool IsAma);
64 bool doSrcRegProp, bool IsAma);
161 Register &DstReg, const GlobalValue *GVal, bool IsAma) {
163 if (IsAma) {
180 processDstReg(MRI, TmpReg, DstReg, GVal, false, IsAma);
191 processDstReg(MRI, DstReg, SrcReg, GVal, true, IsAma);
196 bool doSrcRegProp, bool IsAma) {
205 if (IsAma && MRI->getUniqueVRegDef(I->getReg()))
290 bool IsAma = false; local
292 IsAma
159 processCandidate(MachineRegisterInfo *MRI, MachineBasicBlock &MBB, MachineInstr &MI, Register &SrcReg, Register &DstReg, const GlobalValue *GVal, bool IsAma) argument
194 processDstReg(MachineRegisterInfo *MRI, Register &DstReg, Register &SrcReg, const GlobalValue *GVal, bool doSrcRegProp, bool IsAma) argument
[all...]
H A DBTFDebug.h305 const GlobalVariable *, bool IsAma);
H A DBTFDebug.cpp978 const GlobalVariable *GVar, bool IsAma) {
985 if (IsAma) {
977 generatePatchImmReloc(const MCSymbol *ORSym, uint32_t RootId, const GlobalVariable *GVar, bool IsAma) argument

Completed in 289 milliseconds