Searched refs:callRegIndirect (Results 1 – 4 of 4) sorted by relevance
440 bool callRegIndirect() const { return CallRegIndirect; } in callRegIndirect() function
549 ((N->getOpcode() == X86ISD::CALL && !Subtarget->callRegIndirect()) || in PreprocessISelDAG()
889 def FavorMemIndirectCall : Predicate<"!Subtarget->callRegIndirect()">;
5736 bool isCallRegIndirect = Subtarget.callRegIndirect(); in foldMemoryOperandImpl()