Home
last modified time | relevance | path

Searched refs:isLabel (Results 1 – 25 of 33) sorted by relevance

12

/external/icu/icu4c/source/common/
Duts46.cpp154 UBool isLabel, UBool toASCII,
160 UBool isLabel, UBool toASCII,
167 UBool isLabel, UBool toASCII,
303 UBool isLabel, UBool toASCII, in process() argument
343 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process()
377 if(isLabel) { in process()
396 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info, errorCode); in process()
407 UBool isLabel, UBool toASCII, in processUTF8() argument
443 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in processUTF8()
477 if(isLabel) { in processUTF8()
[all …]
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
DUTS46.java114 boolean isLabel, boolean toASCII, in process() argument
142 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process()
175 if(isLabel) { in process()
192 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info); in process()
204 boolean isLabel, boolean toASCII, in processUnicode() argument
219 if(c=='.' && !isLabel) { in processUnicode()
/external/icu/android_icu4j/src/main/java/android/icu/impl/
DUTS46.java115 boolean isLabel, boolean toASCII, in process() argument
143 if(!isLabel && i>=254 && (i>254 || labelStart<i)) { in process()
176 if(isLabel) { in process()
193 processUnicode(src, labelStart, i, isLabel, toASCII, dest, info); in process()
205 boolean isLabel, boolean toASCII, in processUnicode() argument
220 if(c=='.' && !isLabel) { in processUnicode()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DDIE.h202 isLabel, enumerator
311 explicit DIELabel(const MCSymbol *L) : DIEValue(isLabel), Label(L) {} in DIELabel()
327 static bool classof(const DIEValue *L) { return L->getType() == isLabel; } in classof()
DDwarfException.cpp245 if (!MI->isLabel()) { in ComputeCallSiteTable()
/external/llvm/include/llvm/MC/MCParser/
DMCTargetAsmParser.h211 virtual bool isLabel(AsmToken &Token) { return true; }; in isLabel() function
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsDelaySlotFiller.cpp147 || I->isLabel() in findDelayInstr()
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h779 bool isLabel() const { return isEHLabel() || isGCLabel(); }
785 bool isPosition() const { return isLabel() || isCFIInstruction(); }
/external/llvm/lib/Target/Lanai/
DLanaiDelaySlotFiller.cpp166 if (I->hasUnmodeledSideEffects() || I->isInlineAsm() || I->isLabel() || in findDelayInstr()
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/
DDelaySlotFiller.cpp172 || I->isLabel() in findDelayInstr()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/
DMLxExpansionPass.cpp271 if (MI->isLabel() || MI->isImplicitDef() || MI->isCopy()) { in ExpandFPMLxInstructions()
DARMBaseInstrInfo.cpp550 if (MI->isLabel()) in GetInstSizeInBytes()
1362 if (MI->getDesc().isTerminator() || MI->isLabel()) in isSchedulingBoundary()
/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h257 bool isLabel() const {
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVEntry.h259 bool isBasicBlock() const { return isLabel();} in isBasicBlock()
264 bool isLabel() const { return OpCode == OpLabel;} in isLabel() function
DSPIRVInstruction.h762 assert(getTargetLabel()->isLabel() || getTargetLabel()->isForward());
815 assert(getTrueLabel()->isForward() || getTrueLabel()->isLabel());
816 assert(getFalseLabel()->isForward() || getFalseLabel()->isLabel());
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DPeepholeOptimizer.cpp424 if (MI->isLabel() || MI->isPHI() || MI->isImplicitDef() || in runOnMachineFunction()
DTargetInstrInfoImpl.cpp460 if (MI->getDesc().isTerminator() || MI->isLabel()) in isSchedulingBoundary()
DMachineCSE.cpp254 if (MI->isLabel() || MI->isPHI() || MI->isImplicitDef() || in isCSECandidate()
DScheduleDAGInstrs.cpp242 assert(!MCID.isTerminator() && !MI->isLabel() && in BuildSchedGraph()
DMachineBasicBlock.cpp151 while (I != end() && (I->isPHI() || I->isLabel() || I->isDebugValue())) in SkipPHIsAndLabels()
/external/swiftshader/third_party/subzero/src/
DIceVariableSplitting.cpp233 if (!Instr->isLabel()) in handleLabel()
DIceInst.h155 virtual bool isLabel() const { return false; } in isLabel() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp354 case DIEValue::isLabel: in hashAttribute()
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
DJITDwarfEmitter.cpp315 if (!MI->isLabel()) { in EmitExceptionTable()
/external/llvm/lib/Target/Hexagon/AsmParser/
DHexagonAsmParser.cpp90 bool isLabel(AsmToken &Token) override;
1160 bool HexagonAsmParser::isLabel(AsmToken &Token) { in isLabel() function in HexagonAsmParser

12