reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
114584 case 24: return (Subtarget->isTargetWindows());
gen/lib/Target/AArch64/AArch64GenGlobalISel.inc 102 if (Subtarget->isTargetWindows())
lib/Target/AArch64/AArch64FastISel.cpp 3650 if (Subtarget->isTargetWindows()) {
lib/Target/AArch64/AArch64FrameLowering.cpp 429 if (!Subtarget.isTargetWindows())
lib/Target/AArch64/AArch64ISelLowering.cpp286 if (Subtarget->isTargetWindows()) 578 if (Subtarget->isTargetWindows()) 3111 if (Subtarget->isTargetWindows() && IsVarArg) 4031 assert(Subtarget->isTargetWindows() && 4604 assert(Subtarget->isTargetWindows() && "Windows specific TLS lowering"); 4670 if (Subtarget->isTargetWindows()) 5430 Subtarget->isTargetWindows()) ? PtrSize : 32; 8315 assert(Subtarget->isTargetWindows() && 12363 !Subtarget->isTargetWindows()) 12439 if (Subtarget->isTargetDarwin() || Subtarget->isTargetWindows())lib/Target/AArch64/AArch64InstructionSelector.cpp
3952 if (!STI.isTargetWindows())
lib/Target/AArch64/AArch64RegisterInfo.cpp 48 if (MF->getSubtarget<AArch64Subtarget>().isTargetWindows())
lib/Target/AArch64/AArch64Subtarget.h 486 return isTargetWindows();