|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
lib/CodeGen/GlobalISel/IRTranslator.cpp 1169 auto MIB = MIRBuilder.buildInstr(TargetOpcode::LOAD_STACK_GUARD);
lib/CodeGen/MachineCSE.cpp 422 if (MI->getOpcode() == TargetOpcode::LOAD_STACK_GUARD)
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp 2482 DAG.getMachineNode(TargetOpcode::LOAD_STACK_GUARD, DL, PtrTy, Chain);
lib/Target/AArch64/AArch64InstrInfo.cpp 1469 if (MI.getOpcode() != TargetOpcode::LOAD_STACK_GUARD &&
lib/Target/AArch64/AArch64InstructionSelector.cpp 1329 if (Opcode == TargetOpcode::LOAD_STACK_GUARD)
lib/Target/ARM/ARMBaseInstrInfo.cpp 1568 if (MI.getOpcode() == TargetOpcode::LOAD_STACK_GUARD) {
lib/Target/PowerPC/PPCInstrInfo.cpp 2137 case TargetOpcode::LOAD_STACK_GUARD: {
lib/Target/Sparc/SparcInstrInfo.cpp 496 case TargetOpcode::LOAD_STACK_GUARD: {
lib/Target/SystemZ/SystemZInstrInfo.cpp 1387 case TargetOpcode::LOAD_STACK_GUARD:
lib/Target/X86/X86InstrInfo.cpp 4233 case TargetOpcode::LOAD_STACK_GUARD:
lib/Target/X86/X86InstructionSelector.cpp 319 if (Opcode == TargetOpcode::LOAD_STACK_GUARD)