| /llvm-project-15.0.7/llvm/lib/Target/M68k/ |
| H A D | M68kExpandPseudo.cpp | 200 MachineOperand &JumpTarget = MI.getOperand(0); in ExpandMI() local 224 if (JumpTarget.isGlobal()) { in ExpandMI() 225 MIB.addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset(), in ExpandMI() 226 JumpTarget.getTargetFlags()); in ExpandMI() 228 assert(JumpTarget.isSymbol()); in ExpandMI() 229 MIB.addExternalSymbol(JumpTarget.getSymbolName(), in ExpandMI() 230 JumpTarget.getTargetFlags()); in ExpandMI() 234 .addReg(JumpTarget.getReg(), RegState::Kill); in ExpandMI()
|
| /llvm-project-15.0.7/llvm/lib/Target/X86/ |
| H A D | X86ExpandPseudo.cpp | 277 MachineOperand &JumpTarget = MBBI->getOperand(0); in ExpandMI() local 327 if (JumpTarget.isGlobal()) { in ExpandMI() 328 MIB.addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset(), in ExpandMI() 329 JumpTarget.getTargetFlags()); in ExpandMI() 331 assert(JumpTarget.isSymbol()); in ExpandMI() 332 MIB.addExternalSymbol(JumpTarget.getSymbolName(), in ExpandMI() 333 JumpTarget.getTargetFlags()); in ExpandMI() 347 JumpTarget.setIsKill(); in ExpandMI() 350 .add(JumpTarget); in ExpandMI() 352 JumpTarget.setIsKill(); in ExpandMI() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/Mips/ |
| H A D | Mips16ISelLowering.cpp | 482 SDValue JumpTarget = Callee; in getOpndList() local 490 JumpTarget = DAG.getExternalSymbol(Mips16HelperFunction, in getOpndList() 492 ExternalSymbolSDNode *S = cast<ExternalSymbolSDNode>(JumpTarget); in getOpndList() 493 JumpTarget = getAddrGlobal(S, CLI.DL, JumpTarget.getValueType(), DAG, in getOpndList() 500 Ops.push_back(JumpTarget); in getOpndList()
|
| H A D | MipsInstrInfo.td | 826 let Name = "JumpTarget";
|
| /llvm-project-15.0.7/clang/lib/Analysis/ |
| H A D | CFG.cpp | 466 using JumpTarget = BlockScopePosPair; typedef in __anon8d78c9ed0411::CFGBuilder 478 JumpTarget ContinueJumpTarget; 479 JumpTarget BreakJumpTarget; 480 JumpTarget SEHLeaveJumpTarget; 1566 JumpTarget JT = LI->second; in buildCFG() 1584 JumpTarget JT = LI->second; in buildCFG() 3401 JumpTarget JT = I->second; in VisitGotoStmt() 3464 SaveAndRestore<JumpTarget> save_break(BreakJumpTarget); in VisitForStmt() 3465 BreakJumpTarget = JumpTarget(LoopSuccessor, ScopePos); in VisitForStmt() 3711 ContinueJumpTarget = JumpTarget(Succ, ScopePos); in VisitObjCForCollectionStmt() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 1916 MachineOperand &JumpTarget = MBBI->getOperand(0); in createTailCallBranchInstr() local 1917 if (JumpTarget.isGlobal()) in createTailCallBranchInstr() 1919 addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset()); in createTailCallBranchInstr() 1920 else if (JumpTarget.isSymbol()) in createTailCallBranchInstr() 1922 addExternalSymbol(JumpTarget.getSymbolName()); in createTailCallBranchInstr() 1931 MachineOperand &JumpTarget = MBBI->getOperand(0); in createTailCallBranchInstr() local 1935 MachineOperand &JumpTarget = MBBI->getOperand(0); in createTailCallBranchInstr() local 1936 if (JumpTarget.isGlobal()) in createTailCallBranchInstr() 1938 addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset()); in createTailCallBranchInstr() 1939 else if (JumpTarget.isSymbol()) in createTailCallBranchInstr() [all …]
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Utils/ |
| H A D | SampleProfileInference.cpp | 893 auto JumpTarget = &Func.Blocks[Jump->Target]; in ignoreJump() local 896 if (DstBlock != nullptr && JumpTarget == DstBlock) in ignoreJump() 900 if (!JumpTarget->UnknownWeight && JumpSource == SrcBlock) in ignoreJump() 904 if (!JumpTarget->UnknownWeight && JumpTarget->Flow == 0) in ignoreJump()
|
| /llvm-project-15.0.7/llvm/lib/Target/ARM/ |
| H A D | ARMExpandPseudoInsts.cpp | 2131 MachineOperand &JumpTarget = MBBI->getOperand(0); in ExpandMI() local 2144 if (JumpTarget.isGlobal()) in ExpandMI() 2145 MIB.addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset(), in ExpandMI() 2146 JumpTarget.getTargetFlags()); in ExpandMI() 2148 assert(JumpTarget.isSymbol()); in ExpandMI() 2149 MIB.addExternalSymbol(JumpTarget.getSymbolName(), in ExpandMI() 2150 JumpTarget.getTargetFlags()); in ExpandMI() 2162 .addReg(JumpTarget.getReg(), RegState::Kill); in ExpandMI()
|
| /llvm-project-15.0.7/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 561 static MatchTableRecord JumpTarget(unsigned LabelID) { in JumpTarget() function in __anoncee47b830111::MatchTable 3381 << MatchTable::JumpTarget(LabelID) in emit() 6150 << MatchTable::JumpTarget(LabelID) << MatchTable::LineBreak; in emit() 6272 << MatchTable::Comment("default:") << MatchTable::JumpTarget(Default); in emit() 6281 Table << MatchTable::LineBreak << V << MatchTable::JumpTarget(LabelIDs[I]); in emit()
|