Searched refs:JumpTarget (Results 1 – 6 of 6) sorted by relevance
| /NextBSD/contrib/llvm/lib/Target/X86/ |
| HD | X86ExpandPseudo.cpp | 79 MachineOperand &JumpTarget = MBBI->getOperand(0); in ExpandMI() local 99 if (JumpTarget.isGlobal()) in ExpandMI() 100 MIB.addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset(), in ExpandMI() 101 JumpTarget.getTargetFlags()); in ExpandMI() 103 assert(JumpTarget.isSymbol()); in ExpandMI() 104 MIB.addExternalSymbol(JumpTarget.getSymbolName(), in ExpandMI() 105 JumpTarget.getTargetFlags()); in ExpandMI() 117 .addReg(JumpTarget.getReg(), RegState::Kill); in ExpandMI() 120 .addReg(JumpTarget.getReg(), RegState::Kill); in ExpandMI()
|
| /NextBSD/contrib/llvm/lib/Target/Mips/ |
| HD | Mips16ISelLowering.cpp | 497 SDValue JumpTarget = Callee; in getOpndList() local 505 JumpTarget = DAG.getExternalSymbol(Mips16HelperFunction, in getOpndList() 507 ExternalSymbolSDNode *S = cast<ExternalSymbolSDNode>(JumpTarget); in getOpndList() 508 JumpTarget = getAddrGlobal(S, CLI.DL, JumpTarget.getValueType(), DAG, in getOpndList() 515 Ops.push_back(JumpTarget); in getOpndList()
|
| HD | MipsInstrInfo.td | 339 let Name = "JumpTarget";
|
| /NextBSD/contrib/llvm/tools/clang/lib/Analysis/ |
| HD | CFG.cpp | 295 typedef BlockScopePosPair JumpTarget; typedef in __anon75d161960111::CFGBuilder 303 JumpTarget ContinueJumpTarget; 304 JumpTarget BreakJumpTarget; 313 typedef llvm::DenseMap<LabelDecl*, JumpTarget> LabelMapTy; 1021 JumpTarget JT = LI->second; in buildCFG() 2261 LabelMap[L->getDecl()] = JumpTarget(LabelBlock, ScopePos); in VisitLabelStmt() 2307 JumpTarget JT = I->second; in VisitGotoStmt() 2346 SaveAndRestore<JumpTarget> save_break(BreakJumpTarget); in VisitForStmt() 2347 BreakJumpTarget = JumpTarget(LoopSuccessor, ScopePos); in VisitForStmt() 2357 SaveAndRestore<JumpTarget> save_continue(ContinueJumpTarget); in VisitForStmt() [all …]
|
| /NextBSD/contrib/llvm/lib/Target/PowerPC/ |
| HD | PPCFrameLowering.cpp | 1134 MachineOperand &JumpTarget = MBBI->getOperand(0); in emitEpilogue() local 1136 addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset()); in emitEpilogue() 1143 MachineOperand &JumpTarget = MBBI->getOperand(0); in emitEpilogue() local 1144 BuildMI(MBB, MBBI, dl, TII.get(PPC::TAILBA)).addImm(JumpTarget.getImm()); in emitEpilogue() 1147 MachineOperand &JumpTarget = MBBI->getOperand(0); in emitEpilogue() local 1149 addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset()); in emitEpilogue() 1156 MachineOperand &JumpTarget = MBBI->getOperand(0); in emitEpilogue() local 1157 BuildMI(MBB, MBBI, dl, TII.get(PPC::TAILBA8)).addImm(JumpTarget.getImm()); in emitEpilogue()
|
| /NextBSD/contrib/llvm/lib/Target/ARM/ |
| HD | ARMFrameLowering.cpp | 707 MachineOperand &JumpTarget = MBBI->getOperand(0); in fixTCReturn() local 715 if (JumpTarget.isGlobal()) in fixTCReturn() 716 MIB.addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset(), in fixTCReturn() 717 JumpTarget.getTargetFlags()); in fixTCReturn() 719 assert(JumpTarget.isSymbol()); in fixTCReturn() 720 MIB.addExternalSymbol(JumpTarget.getSymbolName(), in fixTCReturn() 721 JumpTarget.getTargetFlags()); in fixTCReturn() 729 addReg(JumpTarget.getReg(), RegState::Kill); in fixTCReturn()
|