Lines Matching refs:getLLVMContext
132 llvm::MDBuilder MDHelper(CGF.getLLVMContext()); in EmitAMDGPUWorkGroupSize()
137 llvm::MDNode::get(CGF.getLLVMContext(), {})); in EmitAMDGPUWorkGroupSize()
139 llvm::MDNode::get(CGF.getLLVMContext(), {})); in EmitAMDGPUWorkGroupSize()
153 llvm::MDBuilder MDB(CGF.getLLVMContext()); in EmitAMDGPUGridSize()
159 llvm::MDNode::get(CGF.getLLVMContext(), {})); in EmitAMDGPUGridSize()
230 SSID = getLLVMContext().getOrInsertSyncScopeID(scp); in ProcessOrderScopeAMDGCN()
241 SSID = getLLVMContext().getOrInsertSyncScopeID("agent"); in ProcessOrderScopeAMDGCN()
244 SSID = getLLVMContext().getOrInsertSyncScopeID("workgroup"); in ProcessOrderScopeAMDGCN()
247 SSID = getLLVMContext().getOrInsertSyncScopeID("wavefront"); in ProcessOrderScopeAMDGCN()
270 Arg = llvm::ConstantInt::get(getLLVMContext(), *Result); in EmitScalarOrConstFoldImmArg()
634 {llvm::Type::getInt64Ty(getLLVMContext())}); in EmitAMDGPUBuiltinExpr()
639 {llvm::Type::getInt64Ty(getLLVMContext())}); in EmitAMDGPUBuiltinExpr()
1118 SSID = getLLVMContext().getOrInsertSyncScopeID("agent"); in EmitAMDGPUBuiltinExpr()
1140 llvm::MDTuple *EmptyMD = MDNode::get(getLLVMContext(), {}); in EmitAMDGPUBuiltinExpr()