HomeSort by: relevance | last modified time | path
    Searched refs:IsEntryFunc (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUCallLowering.cpp 578 const bool IsEntryFunc = AMDGPU::isEntryFunctionCC(CC);
593 if (!IsEntryFunc) {
707 if (!IsEntryFunc) {
723 if (!IsEntryFunc && !AMDGPUTargetMachine::EnableFixedFunctionABI) {
729 if (IsEntryFunc) {
SIISelLowering.cpp 2283 bool IsEntryFunc = AMDGPU::isEntryFunctionCC(CallConv);
2338 if (IsEntryFunc) {
2373 if (IsEntryFunc && VA.isMemLoc()) {
2413 } else if (!IsEntryFunc && VA.isMemLoc()) {
2471 if (!IsEntryFunc && !AMDGPUTargetMachine::EnableFixedFunctionABI) {
2477 if (IsEntryFunc) {

Completed in 53 milliseconds