HomeSort by: relevance | last modified time | path
    Searched refs:isTargetNaCl (Results 1 - 10 of 10) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86Subtarget.h 842 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); }
843 bool isTargetNaCl32() const { return isTargetNaCl() && !is64Bit(); }
844 bool isTargetNaCl64() const { return isTargetNaCl() && is64Bit(); }
X86Subtarget.cpp 274 isTargetNaCl() || In64BitMode)
X86ISelDAGToDAG.cpp 4757 if (Subtarget->isTargetNaCl())
  /src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
ARMSubtarget.cpp 212 if (isTargetNaCl() || isAAPCS16_ABI())
442 (isTargetLinux() && !isThumb()) || (isTargetNaCl() && !isThumb()));
ARMSubtarget.h 749 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); }
  /src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
MipsBranchExpansion.cpp 517 if (STI->isTargetNaCl())
525 if (STI->isTargetNaCl() || !hasDelaySlot) {
531 if (STI->isTargetNaCl()) {
806 if (STI->isTargetNaCl()) {
MipsRegisterInfo.cpp 166 if (Subtarget.isTargetNaCl()) {
MipsSubtarget.h 352 bool isTargetNaCl() const { return TargetTriple.isOSNaCl(); }
MipsAsmPrinter.cpp 96 if (Subtarget->isTargetNaCl())
406 if (Subtarget->isTargetNaCl())
MipsDelaySlotFiller.cpp 733 if (STI.isTargetNaCl()) {

Completed in 27 milliseconds