Searched refs:TheOps (Results 1 – 3 of 3) sorted by relevance
/dports/devel/spirv-llvm-translator/SPIRV-LLVM-Translator-13.0.0/lib/SPIRV/libSPIRV/ |
H A D | SPIRVInstruction.h | 199 const std::vector<SPIRVWord> &TheOps, in create() argument 204 Inst->setOpWords(TheOps); in create() 257 virtual void setOpWordsAndValidate(const std::vector<SPIRVWord> &TheOps) { in setOpWordsAndValidate() argument 258 setOpWords(TheOps); in setOpWordsAndValidate() 261 virtual void setOpWords(const std::vector<SPIRVWord> &TheOps) { in setOpWords() argument 262 SPIRVWord WC = TheOps.size() + 1; in setOpWords() 276 Ops = TheOps; in setOpWords() 2648 void setOpWords(const std::vector<SPIRVWord> &TheOps) override { 2649 SPIRVInstTemplateBase::setOpWords(TheOps); 2659 void setOpWords(const std::vector<SPIRVWord> &TheOps) override { [all …]
|
H A D | SPIRVModule.cpp | 1491 std::vector<SPIRVWord> TheOps = getVec(Input->getId(), Ops); in addFixedPointIntelInst() local 1493 SPIRVInstTemplateBase::create(OC, ResTy, getId(), TheOps, BB, this), BB); in addFixedPointIntelInst() 1503 std::vector<SPIRVWord> TheOps = getVec(InA->getId(), *OpsItr++); in addArbFloatPointIntelInst() local 1505 TheOps.push_back(InB->getId()); in addArbFloatPointIntelInst() 1506 TheOps.insert(TheOps.end(), OpsItr, Ops.end()); in addArbFloatPointIntelInst() 1509 SPIRVInstTemplateBase::create(OC, ResTy, getId(), TheOps, BB, this), BB); in addArbFloatPointIntelInst()
|
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/libSPIRV/ |
H A D | SPIRVInstruction.h | 208 SPIRVId TheId, const std::vector<SPIRVWord> &TheOps, SPIRVBasicBlock *TheBB, in create() argument 212 Inst->setOpWords(TheOps); in create() 268 virtual void setOpWordsAndValidate(const std::vector<SPIRVWord> &TheOps) { in setOpWordsAndValidate() argument 269 setOpWords(TheOps); in setOpWordsAndValidate() 272 virtual void setOpWords(const std::vector<SPIRVWord> &TheOps) { in setOpWords() argument 273 SPIRVWord WC = TheOps.size() + 1; in setOpWords() 288 Ops = TheOps; in setOpWords()
|