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