HomeSort by relevance Sort by last modified time
    Searched refs:Src (Results 251 - 275 of 1219) sorted by null

<<11121314151617181920>>

  /external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
AsmPrinterDwarf.cpp 214 const MachineLocation &Src = Move.getSource();
218 if (Src.getReg() == MachineLocation::VirtualFP) {
219 OutStreamer.EmitCFIDefCfaOffset(-Src.getOffset());
222 OutStreamer.EmitCFIDefCfa(RI->getDwarfRegNum(Src.getReg(), true),
223 Src.getOffset());
225 } else if (Src.isReg() && Src.getReg() == MachineLocation::VirtualFP) {
230 OutStreamer.EmitCFIOffset(RI->getDwarfRegNum(Src.getReg(), true),
  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/MCTargetDesc/
SPUMCTargetDesc.cpp 58 MachineLocation Src(SPU::R1, 0);
59 MAI->addInitialFrameState(0, Dst, Src);
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/MCTargetDesc/
XCoreMCTargetDesc.cpp 57 MachineLocation Src(XCore::SP, 0);
58 MAI->addInitialFrameState(0, Dst, Src);
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
GlobalAlias.h 62 void copyAttributesFrom(const GlobalValue *Src) {
63 GlobalValue::copyAttributesFrom(Src);
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
GlobalAlias.h 62 void copyAttributesFrom(const GlobalValue *Src) {
63 GlobalValue::copyAttributesFrom(Src);
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
GlobalAlias.h 62 void copyAttributesFrom(const GlobalValue *Src) {
63 GlobalValue::copyAttributesFrom(Src);
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
GlobalAlias.h 62 void copyAttributesFrom(const GlobalValue *Src) {
63 GlobalValue::copyAttributesFrom(Src);
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
GlobalAlias.h 62 void copyAttributesFrom(const GlobalValue *Src) {
63 GlobalValue::copyAttributesFrom(Src);
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
GlobalAlias.h 62 void copyAttributesFrom(const GlobalValue *Src) {
63 GlobalValue::copyAttributesFrom(Src);
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
GlobalAlias.h 62 void copyAttributesFrom(const GlobalValue *Src) {
63 GlobalValue::copyAttributesFrom(Src);
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
GlobalAlias.h 62 void copyAttributesFrom(const GlobalValue *Src) {
63 GlobalValue::copyAttributesFrom(Src);
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
GlobalAlias.h 62 void copyAttributesFrom(const GlobalValue *Src) {
63 GlobalValue::copyAttributesFrom(Src);
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/IR/
GlobalAlias.h 62 void copyAttributesFrom(const GlobalValue *Src) {
63 GlobalValue::copyAttributesFrom(Src);
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/IR/
GlobalAlias.h 62 void copyAttributesFrom(const GlobalValue *Src) {
63 GlobalValue::copyAttributesFrom(Src);
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/IR/
GlobalAlias.h 62 void copyAttributesFrom(const GlobalValue *Src) {
63 GlobalValue::copyAttributesFrom(Src);
  /prebuilts/go/darwin-x86/doc/progs/
image_draw.go 30 draw.Draw(dst, r, &image.Uniform{c}, image.ZP, draw.Src)
36 draw.Draw(m, m.Bounds(), &image.Uniform{blue}, image.ZP, draw.Src)
40 draw.Draw(m, m.Bounds(), image.Transparent, image.ZP, draw.Src)
47 src := image.Black
52 draw.Draw(dst, r, src, sr.Min, draw.Src)
59 src := image.Black
64 draw.Draw(dst, r, src, sr.Min, draw.Src)
74 draw.Draw(m, b, m, b.Min.Add(p), draw.Src)
    [all...]
  /prebuilts/go/linux-x86/doc/progs/
image_draw.go 30 draw.Draw(dst, r, &image.Uniform{c}, image.ZP, draw.Src)
36 draw.Draw(m, m.Bounds(), &image.Uniform{blue}, image.ZP, draw.Src)
40 draw.Draw(m, m.Bounds(), image.Transparent, image.ZP, draw.Src)
47 src := image.Black
52 draw.Draw(dst, r, src, sr.Min, draw.Src)
59 src := image.Black
64 draw.Draw(dst, r, src, sr.Min, draw.Src)
74 draw.Draw(m, b, m, b.Min.Add(p), draw.Src)
    [all...]
  /external/llvm/lib/IR/
Globals.cpp 51 /// create a GlobalValue) from the GlobalValue Src to this one.
52 void GlobalValue::copyAttributesFrom(const GlobalValue *Src) {
53 setVisibility(Src->getVisibility());
54 setUnnamedAddr(Src->getUnnamedAddr());
55 setDLLStorageClass(Src->getDLLStorageClass());
94 void GlobalObject::copyAttributesFrom(const GlobalValue *Src) {
95 GlobalValue::copyAttributesFrom(Src);
96 if (const auto *GV = dyn_cast<GlobalObject>(Src)) {
294 /// from the GlobalVariable Src to this one.
295 void GlobalVariable::copyAttributesFrom(const GlobalValue *Src) {
    [all...]
  /external/mesa3d/src/gallium/drivers/i915/
i915_fpc_translate.c 186 uint src = 0, sem_name, sem_ind; local
194 src = UREG(REG_TYPE_R, index);
215 src = i915_emit_decl(p, REG_TYPE_T, T_TEX0 + real_tex_unit, D0_CHANNEL_ALL);
220 src = i915_emit_decl(p, REG_TYPE_T, T_DIFFUSE, D0_CHANNEL_ALL);
225 src = i915_emit_decl(p, REG_TYPE_T, T_SPECULAR, D0_CHANNEL_XYZ);
226 src = swizzle(src, X, Y, Z, ONE);
230 src = i915_emit_decl(p, REG_TYPE_T, T_FOG_W, D0_CHANNEL_W);
231 src = swizzle(src, W, W, W, W)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineCasts.cpp 285 Value *Src = CI.getOperand(0);
289 if (CastInst *CSrc = dyn_cast<CastInst>(Src)) { // A->B->C cast
299 if (SelectInst *SI = dyn_cast<SelectInst>(Src))
304 if (isa<PHINode>(Src)) {
307 if (!Src->getType()->isIntegerTy() ||
309 ShouldChangeType(CI.getType(), Src->getType()))
438 Value *Src = CI.getOperand(0);
439 Type *DestTy = CI.getType(), *SrcTy = Src->getType();
446 CanEvaluateTruncated(Src, DestTy)) {
452 Value *Res = EvaluateInDifferentType(Src, DestTy, false)
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/C/Common/
Decompress.c 686 UINT8 *Src;
690 Src = Source;
695 *DstSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
735 UINT8 *Src;
739 Src = Source;
752 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24);
    [all...]
  /device/linaro/bootloader/edk2/DuetPkg/EfiLdr/
TianoDecompress.c 683 UINT8 *Src;
687 Src = Source;
692 *DstSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
735 UINT8 *Src;
740 Src = Source;
753 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Pei/PeiLib/
Decompress.c 833 UINT8 *Src;
837 Src = Source;
842 *DstSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
886 UINT8 *Src;
890 Src = Source;
903 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24);
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/Common/
Decompress.c 689 UINT8 *Src;
693 Src = Source;
698 *DstSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
742 UINT8 *Src;
746 Src = Source;
759 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24);
    [all...]
  /external/vboot_reference/utility/
efidecompress.c 703 UINT8 *Src;
707 Src = Source;
712 *DstSize = Src[4] + (Src[5] << 8) + (Src[6] << 16) + (Src[7] << 24);
756 UINT8 *Src;
760 Src = Source;
773 CompSize = Src[0] + (Src[1] << 8) + (Src[2] << 16) + (Src[3] << 24)
    [all...]

Completed in 1196 milliseconds

<<11121314151617181920>>