Home
last modified time | relevance | path

Searched refs:getRelaxedOpcodeBranch (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/M68k/MCTargetDesc/
H A DM68kAsmBackend.cpp98 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst) { in getRelaxedOpcodeBranch() function
146 return getRelaxedOpcodeBranch(Inst); in getRelaxedOpcode()
152 if (getRelaxedOpcodeBranch(Inst) != Inst.getOpcode()) in mayNeedRelaxation()
/aosp_15_r20/external/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp142 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst, bool is16BitMode) { in getRelaxedOpcodeBranch() function
273 return getRelaxedOpcodeBranch(Inst, is16BitMode); in getRelaxedOpcode()
278 if (getRelaxedOpcodeBranch(Inst, false) != Inst.getOpcode()) in mayNeedRelaxation()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp181 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst, bool is16BitMode) { in getRelaxedOpcodeBranch() function
282 return getRelaxedOpcodeBranch(Inst, is16BitMode); in getRelaxedOpcode()
589 if (getRelaxedOpcodeBranch(Inst, false) != Inst.getOpcode()) in mayNeedRelaxation()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/MCTargetDesc/
H A DX86AsmBackend.cpp212 static unsigned getRelaxedOpcodeBranch(const MCInst &Inst, bool Is16BitMode) { in getRelaxedOpcodeBranch() function
233 return getRelaxedOpcodeBranch(Inst, Is16BitMode); in getRelaxedOpcode()
727 if (getRelaxedOpcodeBranch(Inst, false) != Inst.getOpcode()) in mayNeedRelaxation()