Searched refs:isTargetNaCl64 (Results 1 – 5 of 5) sorted by relevance
220 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64() function
497 def IsNaCl64 : Predicate<"Subtarget->isTargetNaCl64()">,
150 STI->isTarget64BitLP64() || STI->isTargetNaCl64(); in ExpandMI()
480 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); } in isTargetNaCl64() function
48 Uses64BitFramePtr = STI.isTarget64BitLP64() || STI.isTargetNaCl64(); in X86FrameLowering()