Home
last modified time | relevance | path

Searched refs:TargetLabel (Results 1 – 4 of 4) sorted by relevance

/external/swiftshader/third_party/subzero/src/
DIceAssemblerMIPS32.cpp425 void AssemblerMIPS32::b(Label *TargetLabel) { in b() argument
428 if (TargetLabel->isBound()) { in b()
429 const int32_t Dest = TargetLabel->getPosition() - Buffer.size(); in b()
434 IOffsetT PrevPosition = TargetLabel->getEncodedPosition(); in b()
438 TargetLabel->linkTo(*this, Position); in b()
1241 const Operand *OpRt, Label *TargetLabel) { in bcc() argument
1242 if (TargetLabel->isBound()) { in bcc()
1243 const int32_t Dest = TargetLabel->getPosition() - Buffer.size(); in bcc()
1248 IOffsetT PrevPosition = TargetLabel->getEncodedPosition(); in bcc()
1252 TargetLabel->linkTo(*this, Position); in bcc()
[all …]
DIceAssemblerMIPS32.h137 void b(Label *TargetLabel);
314 const Operand *OpRt, Label *TargetLabel);
317 Label *TargetLabel);
/external/clang/lib/Sema/
DJumpDiagnostics.cpp700 LabelDecl *TargetLabel = TI->second; in VerifyIndirectJumps() local
755 DiagnoseIndirectJump(I->second, I->first, TargetLabel, TargetScope); in VerifyIndirectJumps()
/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.cpp1045 SPIRVModuleImpl::addBranchInst(SPIRVLabel *TargetLabel, SPIRVBasicBlock *BB) { in addBranchInst() argument
1046 return addInstruction(new SPIRVBranch(TargetLabel, BB), BB); in addBranchInst()