Home
last modified time | relevance | path

Searched refs:SPIRVLabel (Results 1 – 5 of 5) sorted by relevance

/external/spirv-llvm/lib/SPIRV/libSPIRV/
DSPIRVModule.h86 typedef SPIRVBasicBlock SPIRVLabel; typedef
239 virtual SPIRVInstruction *addBranchConditionalInst(SPIRVValue *, SPIRVLabel *,
240 SPIRVLabel *, SPIRVBasicBlock *) = 0;
241 virtual SPIRVInstruction *addBranchInst(SPIRVLabel *, SPIRVBasicBlock *) = 0;
DSPIRVBasicBlock.h102 typedef SPIRVBasicBlock SPIRVLabel; typedef
DSPIRVInstruction.h743 SPIRVBranch(SPIRVLabel *TheTargetLabel,SPIRVBasicBlock *TheBB)
771 SPIRVBranchConditional(SPIRVValue *TheCondition, SPIRVLabel *TheTrueLabel,
772 SPIRVLabel *TheFalseLabel, SPIRVBasicBlock *TheBB)
777 SPIRVBranchConditional(SPIRVValue *TheCondition, SPIRVLabel *TheTrueLabel,
778 SPIRVLabel *TheFalseLabel, SPIRVBasicBlock *TheBB, SPIRVWord TrueWeight,
796 SPIRVLabel *getTrueLabel() const {
797 return get<SPIRVLabel>(TrueLabelId);
799 SPIRVLabel *getFalseLabel() const {
800 return get<SPIRVLabel>(FalseLabelId);
DSPIRVModule.cpp213 virtual SPIRVInstruction *addBranchInst(SPIRVLabel *, SPIRVBasicBlock *);
214 virtual SPIRVInstruction *addBranchConditionalInst(SPIRVValue *, SPIRVLabel *,
215 SPIRVLabel *, SPIRVBasicBlock *);
1045 SPIRVModuleImpl::addBranchInst(SPIRVLabel *TargetLabel, SPIRVBasicBlock *BB) { in addBranchInst()
1051 SPIRVLabel *TrueLabel, SPIRVLabel *FalseLabel, SPIRVBasicBlock *BB) { in addBranchConditionalInst()
/external/spirv-llvm/lib/SPIRV/
DSPIRVWriter.cpp1007 static_cast<SPIRVLabel*>(transValue(Branch->getSuccessor(0), BB)), in transValueWithoutDecoration()
1011 static_cast<SPIRVLabel*>(transValue(Branch->getSuccessor(0), BB)), in transValueWithoutDecoration()
1012 static_cast<SPIRVLabel*>(transValue(Branch->getSuccessor(1), BB)), in transValueWithoutDecoration()