HomeSort by relevance Sort by last modified time
    Searched refs:SPIRVLabel (Results 1 - 5 of 5) sorted by null

  /external/spirv-llvm/lib/SPIRV/libSPIRV/
SPIRVBasicBlock.h 102 typedef SPIRVBasicBlock SPIRVLabel;
SPIRVModule.h 86 typedef SPIRVBasicBlock SPIRVLabel;
239 virtual SPIRVInstruction *addBranchConditionalInst(SPIRVValue *, SPIRVLabel *,
240 SPIRVLabel *, SPIRVBasicBlock *) = 0;
241 virtual SPIRVInstruction *addBranchInst(SPIRVLabel *, SPIRVBasicBlock *) = 0;
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);
    [all...]
SPIRVModule.cpp 213 virtual SPIRVInstruction *addBranchInst(SPIRVLabel *, SPIRVBasicBlock *);
214 virtual SPIRVInstruction *addBranchConditionalInst(SPIRVValue *, SPIRVLabel *,
215 SPIRVLabel *, SPIRVBasicBlock *);
    [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp     [all...]

Completed in 52 milliseconds