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

/external/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp1603 bool isLocalARMFunc = false; local
1651 isLocalARMFunc = !Subtarget->isThumb() && (!isExt || !ARMInterworking);
1727 CallOpc = isLocalARMFunc ? ARMISD::CALL_PRED : ARMISD::CALL;

Completed in 111 milliseconds