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

/freebsd-10.1-release/contrib/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1655 bool isLocalARMFunc = false; local
1702 isLocalARMFunc = !Subtarget->isThumb() && (!isExt || !ARMInterworking);
1774 CallOpc = isLocalARMFunc ? ARMISD::CALL_PRED : ARMISD::CALL;

Completed in 118 milliseconds