Searched refs:CGFI (Results 1 – 8 of 8) sorted by relevance
/external/valgrind/none/tests/s390x/ |
D | comp-1.stdout.exp | 192 CGFI (0, 0) --> cc = 0 193 CGFI (0, 1) --> cc = 1 194 CGFI (0, -1) --> cc = 2 195 CGFI (1, 0) --> cc = 2 196 CGFI (-1, 0) --> cc = 1 197 CGFI (-2, -1) --> cc = 1 198 CGFI (-2, -2) --> cc = 0 199 CGFI (-2, -3) --> cc = 2 200 CGFI (2, 1) --> cc = 2 201 CGFI (2, 2) --> cc = 0 [all …]
|
D | comp-1.c | 204 run_scomp_reg_imm(CGFI); in signed_comparison_reg_imm() 206 SCOMP_REG_IMM(CGFI, INT64_MIN, INT32_MIN); in signed_comparison_reg_imm() 207 SCOMP_REG_IMM(CGFI, INT64_MIN, INT32_MAX); in signed_comparison_reg_imm() 208 SCOMP_REG_IMM(CGFI, INT64_MAX, INT32_MIN); in signed_comparison_reg_imm() 209 SCOMP_REG_IMM(CGFI, INT64_MAX, INT32_MAX); in signed_comparison_reg_imm()
|
D | opcodes.h | 156 #define CGFI(r1,i2) RIL_RI(c2,r1,c,i2) macro
|
/external/llvm/test/CodeGen/SystemZ/ |
D | int-cmp-11.ll | 62 ; Check the next value up, which must use CGFI. 74 ; Check the high end of the CGFI range. 143 ; Check the next value down, which must use CGFI instead. 155 ; Check the low end of the CGFI range.
|
D | int-cmp-13.ll | 51 ; Check the next value up, which must use CGFI. 63 ; Check the high end of the CGFI range. 156 ; Check the next value down, which must use CGFI instead. 168 ; Check the low end of the CGFI range.
|
D | int-cmp-14.ll | 51 ; Check the next value up, which must use CGFI. 63 ; Check the high end of the CGFI range. 156 ; Check the next value down, which must use CGFI instead. 168 ; Check the low end of the CGFI range.
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 1123 auto &CGFI = CGM.getTypes().arrangeFreeFunctionDeclaration( in emitCopyprivateCopyFunction() local 1126 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in emitCopyprivateCopyFunction() 1128 CGM.SetLLVMFunctionAttributes(/*D=*/nullptr, CGFI, Fn); in emitCopyprivateCopyFunction() 1130 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args); in emitCopyprivateCopyFunction() 1648 auto &CGFI = CGM.getTypes().arrangeFreeFunctionDeclaration( in emitReductionFunction() local 1651 CGM.getTypes().GetFunctionType(CGFI), llvm::GlobalValue::InternalLinkage, in emitReductionFunction() 1653 CGM.SetLLVMFunctionAttributes(/*D=*/nullptr, CGFI, Fn); in emitReductionFunction() 1655 CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args); in emitReductionFunction()
|
/external/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.td | 1113 def CGFI : CompareRIL<"cgfi", 0xC2C, z_scmp, GR64, imm64sx32>;
|