HomeSort by relevance Sort by last modified time
    Searched refs:JumpTarget (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Target/X86/
X86ExpandPseudo.cpp 80 MachineOperand &JumpTarget = MBBI->getOperand(0);
100 if (JumpTarget.isGlobal())
101 MIB.addGlobalAddress(JumpTarget.getGlobal(), JumpTarget.getOffset(),
102 JumpTarget.getTargetFlags());
104 assert(JumpTarget.isSymbol());
105 MIB.addExternalSymbol(JumpTarget.getSymbolName(),
106 JumpTarget.getTargetFlags());
118 .addReg(JumpTarget.getReg(), RegState::Kill);
121 .addReg(JumpTarget.getReg(), RegState::Kill)
    [all...]
  /external/clang/lib/Analysis/
CFG.cpp 367 typedef BlockScopePosPair JumpTarget;
375 JumpTarget ContinueJumpTarget;
376 JumpTarget BreakJumpTarget;
385 typedef llvm::DenseMap<LabelDecl*, JumpTarget> LabelMapTy;
    [all...]
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 497 SDValue JumpTarget = Callee;
505 JumpTarget = DAG.getExternalSymbol(Mips16HelperFunction,
507 ExternalSymbolSDNode *S = cast<ExternalSymbolSDNode>(JumpTarget);
508 JumpTarget = getAddrGlobal(S, CLI.DL, JumpTarget.getValueType(), DAG,
515 Ops.push_back(JumpTarget);
  /external/llvm/lib/Target/PowerPC/
PPCFrameLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMExpandPseudoInsts.cpp     [all...]
  /external/v8/src/x64/
macro-assembler-x64.h 78 class JumpTarget;
    [all...]
  /external/v8/src/mips/
macro-assembler-mips.h 32 class JumpTarget;
    [all...]
  /external/v8/src/mips64/
macro-assembler-mips64.h 32 class JumpTarget;
    [all...]

Completed in 409 milliseconds