/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeNVPTX.cpp | 95 : WorkerFn(nullptr), CGFI(nullptr) { in WorkerFunctionState() 102 CGFI = &CGM.getTypes().arrangeNullaryFunction(); in createWorkerFunction() 105 CGM.getTypes().GetFunctionType(*CGFI), llvm::GlobalValue::InternalLinkage, in createWorkerFunction() 107 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, WorkerFn, *CGFI); in createWorkerFunction() 137 CGF.StartFunction(GlobalDecl(), Ctx.VoidTy, WST.WorkerFn, *WST.CGFI, {}); in emitWorkerFunction()
|
D | CGOpenMPRuntimeNVPTX.h | 38 const CGFunctionInfo *CGFI; variable
|
D | CGOpenMPRuntime.cpp | 2178 auto &CGFI = CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args); in emitCopyprivateCopyFunction() local 2180 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in emitCopyprivateCopyFunction() 2182 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, Fn, CGFI); in emitCopyprivateCopyFunction() 2184 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args); in emitCopyprivateCopyFunction() 4237 auto &CGFI = CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args); in emitReductionFunction() local 4239 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in emitReductionFunction() 4241 CGM.SetInternalFunctionAttributes(/*D=*/nullptr, Fn, CGFI); in emitReductionFunction() 4243 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args); in emitReductionFunction()
|
/external/llvm-project/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-11.ll | 67 ; Check the next value up, which must use CGFI. 80 ; Check the high end of the CGFI range. 155 ; Check the next value down, which must use CGFI instead. 168 ; Check the low end of the CGFI range.
|
D | int-cmp-14.ll | 55 ; Check the next value up, which must use CGFI. 68 ; Check the high end of the CGFI range. 169 ; Check the next value down, which must use CGFI instead. 182 ; Check the low end of the CGFI range.
|
D | int-cmp-13.ll | 55 ; Check the next value up, which must use CGFI. 68 ; Check the high end of the CGFI range. 169 ; Check the next value down, which must use CGFI instead. 182 ; Check the low end of the CGFI range.
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-11.ll | 67 ; Check the next value up, which must use CGFI. 80 ; Check the high end of the CGFI range. 155 ; Check the next value down, which must use CGFI instead. 168 ; Check the low end of the CGFI range.
|
D | int-cmp-13.ll | 55 ; Check the next value up, which must use CGFI. 68 ; Check the high end of the CGFI range. 169 ; Check the next value down, which must use CGFI instead. 182 ; Check the low end of the CGFI range.
|
D | int-cmp-14.ll | 55 ; Check the next value up, which must use CGFI. 68 ; Check the high end of the CGFI range. 169 ; Check the next value down, which must use CGFI instead. 182 ; Check the low end of the CGFI range.
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntimeGPU.cpp | 591 : WorkerFn(nullptr), CGFI(CGM.getTypes().arrangeNullaryFunction()), in WorkerFunctionState() 601 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in createWorkerFunction() 603 CGM.SetInternalFunctionAttributes(GlobalDecl(), WorkerFn, CGFI); in createWorkerFunction() 1321 CGF.StartFunction(GlobalDecl(), Ctx.VoidTy, WST.WorkerFn, WST.CGFI, {}, in emitWorkerFunction() 2830 const CGFunctionInfo &CGFI = in emitInterWarpCopyFunction() local 2832 auto *Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(CGFI), in emitInterWarpCopyFunction() 2835 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitInterWarpCopyFunction() 2838 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args, Loc, Loc); in emitInterWarpCopyFunction() 3130 const CGFunctionInfo &CGFI = in emitShuffleAndReduceFunction() local 3133 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in emitShuffleAndReduceFunction() [all …]
|
D | CGOpenMPRuntimeGPU.h | 47 const CGFunctionInfo &CGFI; variable
|
D | CGOpenMPRuntime.cpp | 2326 const auto &CGFI = in emitCopyprivateCopyFunction() local 2330 auto *Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(CGFI), in emitCopyprivateCopyFunction() 2333 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitCopyprivateCopyFunction() 2336 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args, Loc, Loc); in emitCopyprivateCopyFunction() 5382 const auto &CGFI = in emitReductionFunction() local 5385 auto *Fn = llvm::Function::Create(CGM.getTypes().GetFunctionType(CGFI), in emitReductionFunction() 5388 CGM.SetInternalFunctionAttributes(GlobalDecl(), Fn, CGFI); in emitReductionFunction() 5391 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args, Loc, Loc); in emitReductionFunction()
|
/external/capstone/arch/SystemZ/ |
D | SystemZGenAsmWriter.inc | 2813 251683053U, // CGFI 5616 0U, // CGFI 8419 0U, // CGFI 10921 // CFI, CGFI, CIH, LGFI
|
D | SystemZGenDisassemblerTables.inc | 2166 /* 359 */ MCD_OPC_Decode, 201, 4, 167, 1, // Opcode: CGFI
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1292 def CGFI : CompareRIL<"cgfi", 0xC2C, z_scmp, GR64, imm64sx32>;
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1532 def CGFI : CompareRIL<"cgfi", 0xC2C, z_scmp, GR64, imm64sx32>;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1519 def CGFI : CompareRIL<"cgfi", 0xC2C, z_scmp, GR64, imm64sx32>;
|