Searched refs:JumpTarget (Results 1 – 8 of 8) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/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()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ExpandPseudo.cpp | 281 MachineOperand &JumpTarget = MBBI->getOperand(0); in ExpandMI() local 331 if (JumpTarget.isGlobal()) { in ExpandMI() 332 MIB.addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset(), in ExpandMI() 333 JumpTarget.getTargetFlags()); in ExpandMI() 335 assert(JumpTarget.isSymbol()); in ExpandMI() 336 MIB.addExternalSymbol(JumpTarget.getSymbolName(), in ExpandMI() 337 JumpTarget.getTargetFlags()); in ExpandMI() 351 JumpTarget.setIsKill(); in ExpandMI() 354 .add(JumpTarget); in ExpandMI() 356 JumpTarget.setIsKill(); in ExpandMI() [all …]
|
| /freebsd-13.1/contrib/llvm-project/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";
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | CFG.cpp | 467 using JumpTarget = BlockScopePosPair; typedef in __anona1d14af10411::CFGBuilder 479 JumpTarget ContinueJumpTarget; 480 JumpTarget BreakJumpTarget; 481 JumpTarget SEHLeaveJumpTarget; 1562 JumpTarget JT = LI->second; in buildCFG() 1580 JumpTarget JT = LI->second; in buildCFG() 3309 JumpTarget JT = I->second; in VisitGotoStmt() 3372 SaveAndRestore<JumpTarget> save_break(BreakJumpTarget); in VisitForStmt() 3373 BreakJumpTarget = JumpTarget(LoopSuccessor, ScopePos); in VisitForStmt() 3619 ContinueJumpTarget = JumpTarget(Succ, ScopePos); in VisitObjCForCollectionStmt() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCFrameLowering.cpp | 1930 MachineOperand &JumpTarget = MBBI->getOperand(0); in createTailCallBranchInstr() local 1931 if (JumpTarget.isGlobal()) in createTailCallBranchInstr() 1933 addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset()); in createTailCallBranchInstr() 1934 else if (JumpTarget.isSymbol()) in createTailCallBranchInstr() 1936 addExternalSymbol(JumpTarget.getSymbolName()); in createTailCallBranchInstr() 1945 MachineOperand &JumpTarget = MBBI->getOperand(0); in createTailCallBranchInstr() local 1949 MachineOperand &JumpTarget = MBBI->getOperand(0); in createTailCallBranchInstr() local 1950 if (JumpTarget.isGlobal()) in createTailCallBranchInstr() 1952 addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset()); in createTailCallBranchInstr() 1953 else if (JumpTarget.isSymbol()) in createTailCallBranchInstr() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMExpandPseudoInsts.cpp | 2031 MachineOperand &JumpTarget = MBBI->getOperand(0); in ExpandMI() local 2040 if (JumpTarget.isGlobal()) in ExpandMI() 2041 MIB.addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset(), in ExpandMI() 2042 JumpTarget.getTargetFlags()); in ExpandMI() 2044 assert(JumpTarget.isSymbol()); in ExpandMI() 2045 MIB.addExternalSymbol(JumpTarget.getSymbolName(), in ExpandMI() 2046 JumpTarget.getTargetFlags()); in ExpandMI() 2058 .addReg(JumpTarget.getReg(), RegState::Kill); in ExpandMI()
|
| /freebsd-13.1/contrib/llvm-project/llvm/utils/TableGen/ |
| H A D | GlobalISelEmitter.cpp | 558 static MatchTableRecord JumpTarget(unsigned LabelID) { in JumpTarget() function in __anon612774070111::MatchTable 3353 << MatchTable::JumpTarget(LabelID) in emit() 6090 << MatchTable::JumpTarget(LabelID) << MatchTable::LineBreak; in emit() 6212 << MatchTable::Comment("default:") << MatchTable::JumpTarget(Default); in emit() 6221 Table << MatchTable::LineBreak << V << MatchTable::JumpTarget(LabelIDs[I]); in emit()
|