/external/llvm/test/Transforms/InferFunctionAttrs/ |
D | annotate.ll | 14 ; CHECK-NVPTX: declare i32 @__nvvm_reflect(i8*) [[G0:#[0-9]+]] 15 ; CHECK-NVPTX: attributes [[G0]] = { nounwind readnone } 40 ; CHECK: declare i32 @access(i8* nocapture readonly, i32) [[G0:#[0-9]+]] 121 ; CHECK: declare void @bcopy(i8* nocapture readonly, i8* nocapture, i64) [[G0]] 124 ; CHECK: declare void @bzero(i8* nocapture, i64) [[G0]] 127 ; CHECK: declare noalias i8* @calloc(i64, i64) [[G0]] 148 ; CHECK: declare i32 @chmod(i8* nocapture readonly, i16 zeroext) [[G0]] 151 ; CHECK: declare i32 @chown(i8* nocapture readonly, i32, i32) [[G0]] 154 ; CHECK: declare void @clearerr(%opaque* nocapture) [[G0]] 157 ; CHECK: declare i32 @closedir(%opaque* nocapture) [[G0]] [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/InferFunctionAttrs/ |
D | annotate.ll | 14 ; CHECK-NVPTX: declare i32 @__nvvm_reflect(i8*) [[G0:#[0-9]+]] 15 ; CHECK-NVPTX: attributes [[G0]] = { nounwind readnone } 166 ; CHECK: declare i32 @access(i8* nocapture readonly, i32) [[G0:#[0-9]+]] 247 ; CHECK: declare void @bcopy(i8* nocapture readonly, i8* nocapture, i64) [[G0]] 250 ; CHECK: declare void @bzero(i8* nocapture, i64) [[G0]] 253 ; CHECK: declare noalias i8* @calloc(i64, i64) [[G0]] 274 ; CHECK: declare i32 @chmod(i8* nocapture readonly, i16 zeroext) [[G0]] 277 ; CHECK: declare i32 @chown(i8* nocapture readonly, i32, i32) [[G0]] 280 ; CHECK: declare void @clearerr(%opaque* nocapture) [[G0]] 283 ; CHECK: declare i32 @closedir(%opaque* nocapture) [[G0]] [all …]
|
/external/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 139 // t<cond> %icc, rs => t<cond> %icc, G0 + rs 141 (TICCrr G0, IntRegs:$rs2, condVal)>, 149 // t<cond> %xcc, rs => t<cond> %xcc, G0 + rs 151 (TXCCrr G0, IntRegs:$rs2, condVal)>, 159 // t<cond> rs=> t<cond> %icc, G0 + rs2 161 // (TICCrr G0, IntRegs:$rs2, condVal)>, 169 // t<cond> %icc, imm => t<cond> %icc, G0 + imm 171 (TICCri G0, i32imm:$imm, condVal)>, 177 // t<cond> %xcc, imm => t<cond> %xcc, G0 + imm 179 (TXCCri G0, i32imm:$imm, condVal)>, [all …]
|
D | DelaySlotFiller.cpp | 420 && OrMI->getOperand(1).getReg() != SP::G0 in combineRestoreOR() 421 && OrMI->getOperand(2).getReg() != SP::G0) in combineRestoreOR() 425 && OrMI->getOperand(1).getReg() != SP::G0 in combineRestoreOR() 473 RestoreMI->getOperand(1).setReg(SP::G0); in combineRestoreSETHIi() 492 && MBBI->getOperand(0).getReg() == SP::G0 in tryCombineRestoreWithPrevInst() 493 && MBBI->getOperand(1).getReg() == SP::G0 in tryCombineRestoreWithPrevInst() 494 && MBBI->getOperand(2).getReg() == SP::G0); in tryCombineRestoreWithPrevInst()
|
D | SparcFrameLowering.cpp | 212 BuildMI(MBB, MBBI, dl, TII.get(SP::RESTORErr), SP::G0).addReg(SP::G0) in emitEpilogue() 213 .addReg(SP::G0); in emitEpilogue()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/ |
D | SparcInstrAliases.td | 139 // t<cond> %icc, rs => t<cond> %icc, G0 + rs 141 (TICCrr G0, IntRegs:$rs2, condVal)>, 149 // t<cond> %xcc, rs => t<cond> %xcc, G0 + rs 151 (TXCCrr G0, IntRegs:$rs2, condVal)>, 159 // t<cond> rs=> t<cond> %icc, G0 + rs2 161 // (TICCrr G0, IntRegs:$rs2, condVal)>, 169 // t<cond> %icc, imm => t<cond> %icc, G0 + imm 171 (TICCri G0, i32imm:$imm, condVal)>, 177 // t<cond> %xcc, imm => t<cond> %xcc, G0 + imm 179 (TXCCri G0, i32imm:$imm, condVal)>, [all …]
|
D | DelaySlotFiller.cpp | 418 && OrMI->getOperand(1).getReg() != SP::G0 in combineRestoreOR() 419 && OrMI->getOperand(2).getReg() != SP::G0) in combineRestoreOR() 423 && OrMI->getOperand(1).getReg() != SP::G0 in combineRestoreOR() 471 RestoreMI->getOperand(1).setReg(SP::G0); in combineRestoreSETHIi() 490 && MBBI->getOperand(0).getReg() == SP::G0 in tryCombineRestoreWithPrevInst() 491 && MBBI->getOperand(1).getReg() == SP::G0 in tryCombineRestoreWithPrevInst() 492 && MBBI->getOperand(2).getReg() == SP::G0); in tryCombineRestoreWithPrevInst()
|
D | SparcFrameLowering.cpp | 230 BuildMI(MBB, MBBI, dl, TII.get(SP::RESTORErr), SP::G0).addReg(SP::G0) in emitEpilogue() 231 .addReg(SP::G0); in emitEpilogue()
|
/external/webp/src/dsp/ |
D | yuv_sse41.c | 51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419); in ConvertYUV444ToRGB_SSE41() local 54 const __m128i G3 = _mm_add_epi16(G0, G1); in ConvertYUV444ToRGB_SSE41() 135 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE41() local 138 YUV444ToRGB_SSE41(y + 0, u + 0, v + 0, &R0, &G0, &B0); in VP8YuvToRgb32_SSE41() 146 rgb2 = _mm_packus_epi16(G0, G1); in VP8YuvToRgb32_SSE41() 157 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE41() local 160 YUV444ToRGB_SSE41(y + 0, u + 0, v + 0, &R0, &G0, &B0); in VP8YuvToBgr32_SSE41() 168 bgr2 = _mm_packus_epi16(G0, G1); in VP8YuvToBgr32_SSE41() 185 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE41() local 188 YUV420ToRGB_SSE41(y + 0, u + 0, v + 0, &R0, &G0, &B0); in YuvToRgbRow_SSE41() [all …]
|
D | yuv_sse2.c | 51 const __m128i G0 = _mm_mulhi_epu16(*U0, k6419); in ConvertYUV444ToRGB_SSE2() local 54 const __m128i G3 = _mm_add_epi16(G0, G1); in ConvertYUV444ToRGB_SSE2() 249 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToRgb32_SSE2() local 252 YUV444ToRGB_SSE2(y + 0, u + 0, v + 0, &R0, &G0, &B0); in VP8YuvToRgb32_SSE2() 260 rgb2 = _mm_packus_epi16(G0, G1); in VP8YuvToRgb32_SSE2() 271 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in VP8YuvToBgr32_SSE2() local 274 YUV444ToRGB_SSE2(y + 0, u + 0, v + 0, &R0, &G0, &B0); in VP8YuvToBgr32_SSE2() 282 bgr2 = _mm_packus_epi16(G0, G1); in VP8YuvToBgr32_SSE2() 365 __m128i R0, R1, R2, R3, G0, G1, G2, G3, B0, B1, B2, B3; in YuvToRgbRow_SSE2() local 368 YUV420ToRGB_SSE2(y + 0, u + 0, v + 0, &R0, &G0, &B0); in YuvToRgbRow_SSE2() [all …]
|
D | common_sse41.h | 42 __m128i G0, G1, G2, G3, G4, G5; in VP8PlanarTo24b_SSE41() local 82 const __m128i RG0 = _mm_or_si128(R0, G0); in VP8PlanarTo24b_SSE41()
|
/external/swiftshader/third_party/LLVM/lib/Target/Sparc/ |
D | SparcFrameLowering.cpp | 78 BuildMI(MBB, MBBI, dl, TII.get(SP::RESTORErr), SP::G0).addReg(SP::G0) in emitEpilogue() 79 .addReg(SP::G0); in emitEpilogue()
|
D | SparcISelDAGToDAG.cpp | 133 R2 = CurDAG->getRegister(SP::G0, MVT::i32); in SelectADDRrr() 159 TopPart = CurDAG->getRegister(SP::G0, MVT::i32); in Select() 162 CurDAG->getRegister(SP::G0, MVT::i32)), 0); in Select()
|
D | SparcRegisterInfo.td | 52 def G0 : Ri< 0, "G0">, DwarfRegNum<[0]>; 153 G0, // constant zero
|
/external/llvm/test/CodeGen/X86/ |
D | attribute-sections.ll | 4 @G0 = global i32 ()* @foo, section ".init_array" 7 ; LINUX: .globl G0
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/ |
D | attribute-sections.ll | 4 @G0 = global i32 ()* @foo, section ".init_array" 7 ; LINUX: .globl G0
|
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/ |
D | attribute-sections.ll | 4 @G0 = global i32 ()* @foo, section ".init_array" 7 ; LINUX: .globl G0
|
/external/swiftshader/third_party/LLVM/test/Transforms/GlobalOpt/ |
D | memset.ll | 5 @G0 = internal global [58 x i8] c"asdlfkajsdlfkajsd;lfkajds;lfkjasd;flkajsd;lkfja;sdlkfjasd\00" … 12 …call void @llvm.memset.p0i8.i32(i8* getelementptr inbounds ([58 x i8]* @G0, i32 0, i32 0), i8 17, …
|
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/ |
D | ValueTest.cpp | 141 GlobalVariable *G0 = M->getGlobalVariable("g0"); in TEST() local 142 ASSERT_TRUE(G0); in TEST() 186 CHECK_PRINT_AS_OPERAND(G0, true, "%0* @g0"); in TEST()
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GlobalOpt/ |
D | memset.ll | 7 @G0 = internal global [58 x i8] c"asdlfkajsdlfkajsd;lfkajds;lfkjasd;flkajsd;lkfja;sdlkfjasd\00" … 14 …call void @llvm.memset.p0i8.i32(i8* getelementptr inbounds ([58 x i8], [58 x i8]* @G0, i32 0, i32 …
|
/external/llvm/test/Transforms/GlobalOpt/ |
D | memset.ll | 7 @G0 = internal global [58 x i8] c"asdlfkajsdlfkajsd;lfkajds;lfkjasd;flkajsd;lkfja;sdlkfjasd\00" … 14 …call void @llvm.memset.p0i8.i32(i8* getelementptr inbounds ([58 x i8], [58 x i8]* @G0, i32 0, i32 …
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/InstPrinter/ |
D | SparcInstPrinter.cpp | 67 case SP::G0: // jmp $addr | ret | retl in printSparcAliasInstr() 153 if (MO.isReg() && MO.getReg() == SP::G0) in printMemOperand()
|
/external/llvm/lib/Target/Sparc/InstPrinter/ |
D | SparcInstPrinter.cpp | 67 case SP::G0: // jmp $addr | ret | retl in printSparcAliasInstr() 153 if (MO.isReg() && MO.getReg() == SP::G0) in printMemOperand()
|
/external/u-boot/arch/nios2/ |
D | config.mk | 14 PLATFORM_CPPFLAGS += -G0
|
/external/u-boot/arch/nds32/ |
D | config.mk | 20 PLATFORM_CPPFLAGS += -D__nds32__ -G0 -ffixed-10 -fpie
|