Home
last modified time | relevance | path

Searched refs:hasPCRelOperand (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DStokeInfo.cpp74 bool IsRipAddr = MIB->hasPCRelOperand(It); in checkInstr()
H A DBinaryPasses.cpp1122 if (MIB->hasPCRelOperand(Inst)) { in simplifyRODataLoads()
/llvm-project-15.0.7/bolt/lib/Target/AArch64/
H A DAArch64MCPlusBuilder.cpp209 bool hasPCRelOperand(const MCInst &Inst) const override { in hasPCRelOperand() function in __anon77c122c80111::AArch64MCPlusBuilder
/llvm-project-15.0.7/bolt/lib/Core/
H A DBinaryFunction.cpp1322 if (IsSimple && MIB->hasPCRelOperand(Instruction)) in disassemble()
1348 if (MIB->hasPCRelOperand(Instruction) && !UsedReloc) in disassemble()
1475 if (BC.MIB->hasPCRelOperand(Instruction)) { in scanExternalRefs()
/llvm-project-15.0.7/bolt/include/bolt/Core/
H A DMCPlusBuilder.h825 virtual bool hasPCRelOperand(const MCInst &Inst) const { in hasPCRelOperand() function
/llvm-project-15.0.7/bolt/lib/Target/X86/
H A DX86MCPlusBuilder.cpp620 bool hasPCRelOperand(const MCInst &Inst) const override { in hasPCRelOperand() function in __anoncef8f4420111::X86MCPlusBuilder
659 if (hasPCRelOperand(FirstInst)) in isMacroOpFusionPair()