Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:SPIRVWord

126     const std::vector<SPIRVWord>& IntVals) {
321 std::vector<SPIRVWord> &BArgs);
506 CallInst *transOCLBarrier(BasicBlock *BB, SPIRVWord ExecScope,
507 SPIRVWord MemSema, SPIRVWord MemScope);
510 SPIRVWord MemSema, SPIRVWord MemScope);
1001 SPIRVWord SrcLangVer = 0;
1626 [&](SPIRVWord Literal, SPIRVBasicBlock *Label, size_t Index) {
1715 if (I == static_cast<SPIRVWord>(-1))
1815 SPIRVWord FCM = Source->getFuncCtlMask();
1858 SPIRVWord MaxOffset = 0;
2293 SPIRVWord Align = 0;
2299 SPIRVWord Align = 0;
2309 std::vector<SPIRVWord> &BArgs) {
2347 SPIRVWord EntryPoint = BC->getExtOp();
2411 SPIRVToLLVM::transOCLBarrier(BasicBlock *BB, SPIRVWord ExecScope,
2412 SPIRVWord MemSema, SPIRVWord MemScope) {
2413 SPIRVWord Ver = 0;
2459 SPIRVWord MemSema, SPIRVWord MemScope) {
2460 SPIRVWord Ver = 0;
2519 SPIRVWord MemScope = getIntVal(MemB->getOpValue(0));
2520 SPIRVWord MemSema = getIntVal(MemB->getOpValue(1));
2526 SPIRVWord ExecScope = getIntVal(CtlB->getExecScope());
2527 SPIRVWord MemSema = getIntVal(CtlB->getMemSemantic());
2528 SPIRVWord MemScope = getIntVal(CtlB->getMemScope());
2547 SPIRVWord Ver = 0;