Searched refs:SPIRVLabel (Results 1 – 5 of 5) sorted by relevance
/external/spirv-llvm/lib/SPIRV/libSPIRV/ |
D | SPIRVModule.h | 86 typedef SPIRVBasicBlock SPIRVLabel; typedef 239 virtual SPIRVInstruction *addBranchConditionalInst(SPIRVValue *, SPIRVLabel *, 240 SPIRVLabel *, SPIRVBasicBlock *) = 0; 241 virtual SPIRVInstruction *addBranchInst(SPIRVLabel *, SPIRVBasicBlock *) = 0;
|
D | SPIRVBasicBlock.h | 102 typedef SPIRVBasicBlock SPIRVLabel; typedef
|
D | SPIRVInstruction.h | 743 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);
|
D | SPIRVModule.cpp | 213 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/ |
D | SPIRVWriter.cpp | 1007 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()
|