Home | History | Annotate | Download | only in SPIRV

Lines Matching refs:Translated

103 // Save the translated LLVM before validation for debugging purpose.
323 /// Post-process translated LLVM module for OpenCL.
328 /// Some OpenCL builtin functions are translated to SPIR-V instructions with
335 /// These functions are translated to functions with function pointer type
342 /// These functions are translated to functions with array type argument
395 // A SPIRV value may be translated to a load instruction of a placeholder
428 "A value is translated twice");
1313 /// instruction from another BB which has not been translated. Such
1314 /// instructions should be translated to place holders at the point
1481 case OpBitcast: // Can be translated without BB pointer
1531 auto Translated = transValue(IncomingV, F, BB);
1532 LPhi->addIncoming(Translated,
1888 /// LLVM convert builtin functions is translated to two instructions:
1977 // is used internally and finally translated to unique function
2174 assert(F && "Invalid translated function");