HomeSort by: relevance | last modified time | path
    Searched defs:hasBP (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsFrameLowering.cpp 102 bool MipsFrameLowering::hasBP(const MachineFunction &MF) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/VE/
VEFrameLowering.cpp 150 // st %s17, 40(, %sp) iff hasBP
175 if (hasBP(MF))
194 // ld %s17, 40(, %sp) iff hasBP
199 if (hasBP(MF))
365 if (hasBP(MF)) {
430 bool VEFrameLowering::hasBP(const MachineFunction &MF) const {
462 if (hasBP(MF))
493 if (isLeafProc(MF) && !hasBP(MF)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
WebAssemblyFrameLowering.cpp 46 bool WebAssemblyFrameLowering::hasBP(const MachineFunction &MF) const {
64 bool NeedsFixedReference = !hasBP(MF) || HasFixedSizedObjects;
194 assert(!I->getOperand(0).getImm() && (hasFP(MF) || hasBP(MF)) &&
238 bool HasBP = hasBP(MF);
239 if (HasBP) {
255 if (HasBP) {
294 if (hasBP(MF)) {
  /src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
RISCVFrameLowering.cpp 228 bool RISCVFrameLowering::hasBP(const MachineFunction &MF) const {
512 if (hasBP(MF)) {
647 if (hasBP(MF)) {
781 if (hasBP(MF))

Completed in 26 milliseconds