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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/InstPrinter/
X86InstPrinterCommon.cpp 108 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
110 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) {
  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cfi-verify/lib/
GraphBuilder.cpp 255 uint64_t BranchTarget;
258 ParentMeta.InstructionSize, BranchTarget)) {
269 if (BranchTarget != Address) {
302 BranchNode.IndirectCFIsOnTargetPath = (BranchTarget == Address);
304 if (BranchTarget == Address)
  /external/swiftshader/third_party/LLVM/lib/MC/MCDisassembler/
EDInst.cpp 34 BranchTarget(-1),
113 BranchTarget = opIndex;
133 return BranchTarget;
EDInst.h 84 int BranchTarget;
  /external/mesa3d/src/mesa/program/
program.c 368 if (inst->BranchTarget > 0) {
369 if ((GLuint)inst->BranchTarget >= start) {
370 inst->BranchTarget += count;
418 if (inst->BranchTarget > 0) {
419 if (inst->BranchTarget > (GLint) start) {
420 inst->BranchTarget -= count;
prog_execute.c 441 assert(program->arb.Instructions[inst->BranchTarget].Opcode
446 assert(program->arb.Instructions[inst->BranchTarget].Opcode
448 pc = inst->BranchTarget - 1; /* go to matching BNGLOOP */
455 assert(program->arb.Instructions[inst->BranchTarget].Opcode
459 pc = inst->BranchTarget;
462 assert(program->arb.Instructions[inst->BranchTarget].Opcode
466 pc = inst->BranchTarget - 1;
475 pc = inst->BranchTarget - 1;
645 assert(program->arb.Instructions[inst->BranchTarget].Opcode
647 program->arb.Instructions[inst->BranchTarget].Opcod
    [all...]
prog_print.c 688 fprintf(f, " # (if false, goto %d)", inst->BranchTarget);
692 fprintf(f, "ELSE; # (goto %d)\n", inst->BranchTarget);
698 fprintf(f, "BGNLOOP; # (end at %d)\n", inst->BranchTarget);
701 fprintf(f, "ENDLOOP; # (goto %d)\n", inst->BranchTarget);
707 inst->BranchTarget);
722 fprintf(f, "CAL %u", inst->BranchTarget);
prog_instruction.h 256 GLint BranchTarget;
ir_to_mesa.cpp 186 * the function body. So we make the BranchTarget that is called a
    [all...]
prog_optimize.c 976 loopStack[loopStackDepth].End = inst->BranchTarget;
    [all...]
  /external/llvm/lib/Target/X86/InstPrinter/
X86ATTInstPrinter.cpp 151 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
153 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) {
X86IntelInstPrinter.cpp 132 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
134 if (BranchTarget && BranchTarget->evaluateAsAbsolute(Address)) {
  /external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
MethodGen.java 933 static final class BranchTarget {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/InstPrinter/
ARMInstPrinter.cpp 211 const MCConstantExpr *BranchTarget = dyn_cast<MCConstantExpr>(Op.getExpr());
213 if (BranchTarget && BranchTarget->EvaluateAsAbsolute(Address)) {
  /external/llvm/lib/Target/X86/
X86InstrInfo.h 472 const MCSymbolRefExpr *BranchTarget) const override;
X86InstrInfo.cpp     [all...]
  /external/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/InstPrinter/
AArch64InstPrinter.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
HexagonConstPropagation.cpp     [all...]
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h 578 const MCSymbolRefExpr *BranchTarget) const {
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]
  /external/owasp/sanitizer/tools/findbugs/lib/
bcel.jar 

Completed in 1057 milliseconds