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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp2314 bool isLocalARMFunc = false; local
2357 isLocalARMFunc = !Subtarget->isThumb() && (isDef || !ARMInterworking);
2425 CallOpc = isLocalARMFunc ? ARMISD::CALL_PRED : ARMISD::CALL;

Completed in 162 milliseconds