Home
last modified time | relevance | path

Searched refs:CGFI (Results 1 – 8 of 8) sorted by relevance

/external/valgrind/none/tests/s390x/
Dcomp-1.stdout.exp192 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 …]
Dcomp-1.c204 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()
Dopcodes.h156 #define CGFI(r1,i2) RIL_RI(c2,r1,c,i2) macro
/external/llvm/test/CodeGen/SystemZ/
Dint-cmp-11.ll62 ; 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.
Dint-cmp-13.ll51 ; 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.
Dint-cmp-14.ll51 ; 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/
DCGOpenMPRuntime.cpp1123 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/
DSystemZInstrInfo.td1113 def CGFI : CompareRIL<"cgfi", 0xC2C, z_scmp, GR64, imm64sx32>;