Searched refs:getLabelName (Results 1 – 15 of 15) sorted by relevance
/external/swiftshader/third_party/subzero/src/ |
D | IceFixups.cpp | 44 return C->getLabelName(); in symbol()
|
D | IceInstMIPS32.cpp | 269 Str << getLabelName() << ":"; in dump() 276 Str << getLabelName() << ":"; in emit() 483 Str << Label->getLabelName(); in emit() 488 Str << ", " << Label->getLabelName(); in emit() 535 Str << Label->getLabelName(); in dump() 540 Str << ", " << Label->getLabelName(); in dump()
|
D | IceAssemblerMIPS32.h | 358 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()
|
D | IceInstARM32.cpp | 2175 Str << Label->getLabelName(); in emit() 2216 Str << "label %" << Label->getLabelName(); in dump() 2224 Str << getPredicate() << ", label %" << Label->getLabelName(); in dump() 2297 Str << getLabelName() << ":"; in emit() 2314 Str << getLabelName() << ":"; in dump()
|
D | IceInstX86BaseImpl.h | 460 Str << getLabelName() << ":"; in emit() 477 Str << getLabelName() << ":"; in dump() 494 Str << "\t" << Label->getLabelName(); in emit() 543 Str << "label %" << Label->getLabelName(); in dump() 552 Str << ", label %" << Label->getLabelName(); in dump()
|
D | IceTargetLoweringX8664.cpp | 653 BuildDefs::dump() ? ReturnAddress->getLabelName().toString() : ""; in emitCallToTarget()
|
D | IceELFObjectWriter.cpp | 562 GlobalString SymName = Const->getLabelName(); in writeConstantPool()
|
D | IceOperand.h | 147 const GlobalString getLabelName() const { return LabelName; } in getLabelName() function
|
D | IceAssemblerARM32.h | 153 emitTextInst(InstL->getLabelName() + ":", InstSize); in bindLocalLabel()
|
D | IceTargetLoweringX86BaseImpl.h | 7971 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); 8188 Str << C->getLabelName(); 8196 Str << C->getLabelName(); 8286 Constant *Symbol = Ctx->getConstantSym(Offset, Immediate->getLabelName()); 8390 Ctx->getConstantSym(SymOffset, MemOperand->getOffset()->getLabelName()); 8472 Str << Const->getLabelName();
|
D | IceInstMIPS32.h | 780 GlobalString getLabelName() const { return Name; } in getLabelName() function
|
D | IceInstARM32.h | 1083 GlobalString getLabelName() const { return Name; } in getLabelName() function
|
D | IceTargetLoweringMIPS32.cpp | 5814 Str << Const->getLabelName(); in emitConstant() 5989 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize()
|
D | IceTargetLoweringARM32.cpp | 6507 Constant *Offset = Ctx->getConstantSym(0, CFrom->getLabelName()); in legalize() 7291 Str << Const->getLabelName(); in emitConstant()
|
D | IceInstX86Base.h | 353 GlobalString getLabelName() const { return Name; } in getLabelName() function
|