HomeSort by relevance Sort by last modified time
    Searched refs:isLabel (Results 26 - 50 of 56) sorted by null

12 3

  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 769 bool isLabel() const { return isEHLabel() || isGCLabel(); }
775 bool isPosition() const { return isLabel() || isCFIInstruction(); }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
MachineInstr.h 769 bool isLabel() const { return isEHLabel() || isGCLabel(); }
775 bool isPosition() const { return isLabel() || isCFIInstruction(); }
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
MachineInstr.h 255 /// isLabel - Returns true if the MachineInstr represents a label.
257 bool isLabel() const {
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
MLxExpansionPass.cpp 271 if (MI->isLabel() || MI->isImplicitDef() || MI->isCopy()) {
ARMBaseInstrInfo.cpp 550 if (MI->isLabel())
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
DIEHash.cpp 354 case DIEValue::isLabel:
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
PeepholeOptimizer.cpp 424 if (MI->isLabel() || MI->isPHI() || MI->isImplicitDef() ||
TargetInstrInfoImpl.cpp 460 if (MI->getDesc().isTerminator() || MI->isLabel())
MachineCSE.cpp 254 if (MI->isLabel() || MI->isPHI() || MI->isImplicitDef() ||
MachineBasicBlock.cpp 151 while (I != end() && (I->isPHI() || I->isLabel() || I->isDebugValue()))
ScheduleDAGInstrs.cpp 242 assert(!MCID.isTerminator() && !MI->isLabel() &&
MachineInstr.cpp     [all...]
VirtRegRewriter.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceVariableSplitting.cpp 233 if (!Instr->isLabel())
IceInst.h 155 virtual bool isLabel() const { return false; }
    [all...]
  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVEntry.h 259 bool isBasicBlock() const { return isLabel();}
264 bool isLabel() const { return OpCode == OpLabel;}
SPIRVInstruction.h 762 assert(getTargetLabel()->isLabel() || getTargetLabel()->isForward());
815 assert(getTrueLabel()->isForward() || getTrueLabel()->isLabel());
816 assert(getFalseLabel()->isForward() || getFalseLabel()->isLabel());
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DwarfException.cpp 245 if (!MI->isLabel()) {
AsmPrinter.cpp 662 if (!II->isLabel() && !II->isImplicitDef() && !II->isKill() &&
    [all...]
DwarfDebug.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JITDwarfEmitter.cpp 315 if (!MI->isLabel()) {
  /prebuilts/go/darwin-x86/src/cmd/cover/
cover.go 528 if label, isLabel := stmt.(*ast.LabeledStmt); isLabel && !f.isControl(label.Stmt) {
  /prebuilts/go/linux-x86/src/cmd/cover/
cover.go 528 if label, isLabel := stmt.(*ast.LabeledStmt); isLabel && !f.isControl(label.Stmt) {
  /external/llvm/lib/Target/Hexagon/AsmParser/
HexagonAsmParser.cpp 90 bool isLabel(AsmToken &Token) override;
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonFrameLowering.cpp 616 if (!It->isLabel())
    [all...]

Completed in 1513 milliseconds

12 3