Home
last modified time | relevance | path

Searched refs:InMBB (Results 1 – 2 of 2) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FastISel.cpp1018 bool InMBB = true; in X86SelectCallAddress() local
1022 InMBB = I->getParent() == FuncInfo.MBB->getBasicBlock(); in X86SelectCallAddress()
1032 if (InMBB) in X86SelectCallAddress()
1038 if (InMBB && in X86SelectCallAddress()
1046 if (InMBB && TLI.getValueType(DL, U->getType()) == TLI.getPointerTy(DL)) in X86SelectCallAddress()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp912 bool InMBB = true; in computeCallAddress() local
917 InMBB = I->getParent() == FuncInfo.MBB->getBasicBlock(); in computeCallAddress()
927 if (InMBB) in computeCallAddress()
932 if (InMBB && in computeCallAddress()
939 if (InMBB && TLI.getValueType(DL, U->getType()) == TLI.getPointerTy(DL)) in computeCallAddress()