HomeSort by relevance Sort by last modified time
    Searched refs:SF (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/Interpreter/
Execution.cpp 40 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) {
41 SF.Values[V] = Val;
258 ExecutionContext &SF = ECStack.back();
260 GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
261 GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
280 SetValue(&I, R, SF);
446 ExecutionContext &SF = ECStack.back();
448 GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
449 GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
474 SetValue(&I, R, SF);
    [all...]
Interpreter.h 195 gep_type_iterator E, ExecutionContext &SF);
201 void SwitchToNewBasicBlock(BasicBlock *Dest, ExecutionContext &SF);
208 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
209 GenericValue getOperandValue(Value *V, ExecutionContext &SF);
211 ExecutionContext &SF);
213 ExecutionContext &SF);
215 ExecutionContext &SF);
217 ExecutionContext &SF);
219 ExecutionContext &SF);
221 ExecutionContext &SF);
    [all...]
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_wm_surface_state.c 92 #define SF(sampl, filt, shad, ck, rt, ab, vb, so, color, sf) \
93 [sf] = { true, sampl, filt, shad, ck, rt, ab, vb, so, color },
115 SF( Y, 50, x, x, Y, Y, Y, Y, x, BRW_SURFACEFORMAT_R32G32B32A32_FLOAT)
116 SF( Y, x, x, x, Y, x, Y, Y, x, BRW_SURFACEFORMAT_R32G32B32A32_SINT)
117 SF( Y, x, x, x, Y, x, Y, Y, x, BRW_SURFACEFORMAT_R32G32B32A32_UINT)
118 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_UNORM)
119 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R32G32B32A32_SNORM)
120 SF( x, x, x, x, x, x, Y, x, x, BRW_SURFACEFORMAT_R64G64_FLOAT)
121 SF( Y, 50, x, x, x, x, x, x, x, BRW_SURFACEFORMAT_R32G32B32X32_FLOAT
    [all...]
brw_urb.c 42 #define SF 3
60 * The SF unit preallocates a PUE at the start of thread dispatch, and only
63 * For CLIP, the SF unit will hold the previous primitive while the
84 * XXX: Verify SF min_entry_size.
95 { 1, 8, 1, 12 }, /* sf */
120 GLuint sfsize = brw->sf.prog_data->urb_entry_size;
128 if (sfsize < limits[SF].min_entry_size)
129 sfsize = limits[SF].min_entry_size;
146 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries;
159 brw->urb.nr_sf_entries = limits[SF].preferred_nr_entries
    [all...]
  /external/clang/test/Layout/
ms-x86-member-pointers.cpp 12 struct SF { char a; int (S::*mp)(); };
46 // CHECK-NEXT: 0 | struct SF
77 sizeof(SF) +
  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 208 gep_type_iterator E, ExecutionContext &SF);
214 void SwitchToNewBasicBlock(BasicBlock *Dest, ExecutionContext &SF);
220 GenericValue getConstantExprValue(ConstantExpr *CE, ExecutionContext &SF);
221 GenericValue getOperandValue(Value *V, ExecutionContext &SF);
223 ExecutionContext &SF);
225 ExecutionContext &SF);
227 ExecutionContext &SF);
229 ExecutionContext &SF);
231 ExecutionContext &SF);
233 ExecutionContext &SF);
    [all...]
Execution.cpp 42 static void SetValue(Value *V, GenericValue Val, ExecutionContext &SF) {
43 SF.Values[V] = Val;
279 ExecutionContext &SF = ECStack.back();
281 GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
282 GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
301 SetValue(&I, R, SF);
611 ExecutionContext &SF = ECStack.back();
613 GenericValue Src1 = getOperandValue(I.getOperand(0), SF);
614 GenericValue Src2 = getOperandValue(I.getOperand(1), SF);
642 SetValue(&I, R, SF);
    [all...]
  /external/clang/test/Sema/
attr-mode-vector-types.c 8 typedef float __attribute__((mode(SF))) __attribute__((vector_size(256))) vec_t5;
18 typedef float v4sf __attribute__((mode(SF))) __attribute__ ((vector_size(16)));
  /external/clang/test/SemaCXX/
attr-mode-tmpl.cpp 40 typedef T __attribute__((mode(SF))) T5; // expected-error2{{type of machine mode does not match type of base type}}
50 T2 __attribute__((mode(SF))) paramSF,
70 void f2(T __attribute__((mode(SF))) x) {} // expected-error2{{type of machine mode does not match type of base type}}
scope-check.cpp 406 static void foo(const Source &SF, MyCl<TT *> Source::*m) {
407 switch (SF.getKind()) {
414 auto &y = const_cast<MyCl<TT *> &>(SF.*m); // expected-warning 0-1{{extension}}
  /external/clang/test/CodeGen/
attr-mode-vector-types.c 7 typedef float __attribute__((mode(SF))) __attribute__((vector_size(128))) vec_t5;
  /external/swiftshader/third_party/LLVM/lib/Linker/
LinkModules.cpp 677 bool ModuleLinker::linkFunctionProto(Function *SF) {
678 GlobalValue *DGV = getLinkedToGlobal(SF);
683 if (getLinkageResult(DGV, SF, NewLinkage, LinkFromSrc))
691 ValueMap[SF] = ConstantExpr::getBitCast(DGV, TypeMap.get(SF->getType()));
695 DoNotLinkFromSource.insert(SF);
702 // bring SF over.
703 Function *NewDF = Function::Create(TypeMap.get(SF->getFunctionType()),
704 SF->getLinkage(), SF->getName(), DstM)
    [all...]
  /external/syslinux/gpxe/src/arch/i386/include/
registers.h 185 #define SF ( 1 << 7 )
  /external/ltp/tools/top-LTP/
top.c 17 * Albert D. Cahalan, <albert@users.sf.net>
    [all...]
  /cts/tools/vm-tests-tf/src/dot/junit/opcodes/aget_short/d/
T_aget_short_8.d 27 .method public run([SF)S
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Thunk16/
Thunk16Lib.h 45 UINT32 SF:1; // Sign Flag
72 UINT32 SF:1; // Sign Flag
  /external/llvm/lib/Transforms/Utils/
FunctionImportUtils.cpp 227 for (Function &SF : M)
228 processGlobalForThinLTO(SF);
  /external/clang/test/CodeGenCXX/
attr-mode-vector-types-tmpl.cpp 43 typedef float __attribute__((mode(SF))) __attribute__((vector_size(128))) VT_41;
  /external/emma/
test.sh 78 SF:com/android/bunnies/SubBunny.java
90 SF:com/android/bunnies/Bunny.java
  /external/llvm/tools/llvm-cov/
SourceCoverageViewHTML.cpp 245 for (StringRef SF : SourceFiles) {
246 std::string LinkText = escape(sys::path::relative_path(SF));
248 escape(getOutputPath(SF, "html", /*InToplevel=*/false));
SourceCoverageViewText.cpp 37 for (StringRef SF : SourceFiles)
38 OSRef << getOutputPath(SF, "txt", /*InToplevel=*/false) << '\n';
  /external/llvm/lib/Linker/
LinkModules.cpp 535 for (Function &SF : *SrcM)
536 if (SF.hasLinkOnceLinkage())
537 if (const Comdat *SC = SF.getComdat())
538 LazyComdatMembers[SC].push_back(&SF);
551 for (Function &SF : *SrcM)
552 if (linkIfNeeded(SF))
  /external/v8/src/arm64/
assembler-arm64.cc     [all...]
  /prebuilts/go/darwin-x86/src/cmd/asm/internal/arch/
arch.go 130 instructions["JGE"] = x86.AJGE /* greater than or equal (signed) (SF = OF) */
131 instructions["JGT"] = x86.AJGT /* greater than (signed) (ZF = 0 && SF = OF) */
135 instructions["JLE"] = x86.AJLE /* less than or equal (signed) (ZF = 1 || SF != OF) */
138 instructions["JLT"] = x86.AJLT /* less than (signed) (SF != OF) */
139 instructions["JMI"] = x86.AJMI /* negative (minus) (SF = 1) */
160 instructions["JPL"] = x86.AJPL /* non-negative (plus) (SF = 0) */
  /prebuilts/go/linux-x86/src/cmd/asm/internal/arch/
arch.go 130 instructions["JGE"] = x86.AJGE /* greater than or equal (signed) (SF = OF) */
131 instructions["JGT"] = x86.AJGT /* greater than (signed) (ZF = 0 && SF = OF) */
135 instructions["JLE"] = x86.AJLE /* less than or equal (signed) (ZF = 1 || SF != OF) */
138 instructions["JLT"] = x86.AJLT /* less than (signed) (SF != OF) */
139 instructions["JMI"] = x86.AJMI /* negative (minus) (SF = 1) */
160 instructions["JPL"] = x86.AJPL /* non-negative (plus) (SF = 0) */

Completed in 781 milliseconds

1 2 3