Home
last modified time | relevance | path

Searched refs:LD (Results 1 – 25 of 938) sorted by relevance

12345678910>>...38

/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dstore_fptoi.ll19 ; CHECK: lfd [[LD:[0-9]+]], 0(3)
20 ; CHECK: xscvdpsxds [[CONV:[0-9]+]], [[LD]]
25 ; CHECK-PWR8: lfdx [[LD:[0-9]+]], 0, 3
26 ; CHECK-PWR8-NEXT: xscvdpsxds [[CONV:[0-9]+]], [[LD]]
40 ; CHECK: lfd [[LD:[0-9]+]], 0(3)
41 ; CHECK-NEXT: xscvdpsxws [[CONV:[0-9]+]], [[LD]]
46 ; CHECK-PWR8: lfdx [[LD:[0-9]+]], 0, 3
47 ; CHECK-PWR8-NEXT: xscvdpsxws [[CONV:[0-9]+]], [[LD]]
61 ; CHECK: lfd [[LD:[0-9]+]], 0(3)
62 ; CHECK-NEXT: xscvdpsxws [[CONV:[0-9]+]], [[LD]]
[all …]
/external/clang/test/CodeGen/
Dbuiltins.c181 void test_float_builtins(float F, double D, long double LD) { in test_float_builtins() argument
191 res = __builtin_isinf(LD); in test_float_builtins()
211 res = __builtin_isinf_sign(LD); in test_float_builtins()
233 void test_float_builtin_ops(float F, double D, long double LD) { in test_float_builtin_ops() argument
244 resld = __builtin_fmodl(LD,LD); in test_float_builtin_ops()
249 resld = __builtin_fabsl(LD); in test_float_builtin_ops()
256 resld = __builtin_canonicalizel(LD); in test_float_builtin_ops()
267 resld = __builtin_fminl(LD, LD); in test_float_builtin_ops()
276 resld = __builtin_fmaxl(LD, LD); in test_float_builtin_ops()
285 resld = __builtin_fabsl(LD); in test_float_builtin_ops()
[all …]
/external/wpa_supplicant_8/wpa_supplicant/
DMakefile1871 @$(E) " LD " $@
1877 @$(E) " LD " $@
1881 @$(E) " LD " $@
1885 @$(E) " LD " $@
1889 @$(E) " LD " $@
1893 @$(E) " LD " $@
1915 @$(E) " LD " $@
1919 @$(E) " LD " $@
1923 @$(E) " LD " $@
1927 @$(E) " LD " $@
/external/ltp/testcases/commands/ld/
Dld0126 LD=${LD:=ld}
32 TST_NEEDS_CMDS="$CC $LD"
44 EXPECT_FAIL $LD x.o y.o 2\> ld.out
46 if grep -q "$LD:.*[xy]\.o.*No such file or directory" ld.out; then
68 EXPECT_PASS $LD -shared f1.o d1.o -o test.so
79 EXPECT_PASS $LD -Bdynamic -shared f1.o d1.o -o test.so
80 EXPECT_FAIL $LD -Bstatic -L. main.o rd1.o test.so -o a.out
85 EXPECT_PASS $LD -Bdynamic -shared main.o f1.o rf1.o -o test.so -L/usr/lib/
86 EXPECT_FAIL $LD -Bstatic -r main.o f1.o rf1.o test.so -L/usr/lib/ 2\> ld.out
89 if grep -q "$LD: attempted static link of dynamic object" ld.out; then
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h353 Error addLogicalModule(LogicalDylib &LD, std::unique_ptr<Module> SrcMPtr) { in addLogicalModule() argument
358 LD.StaticRenamer.rename(*SrcMPtr); in addLogicalModule()
366 auto LMId = LD.addSourceModule(std::move(SrcMPtr)); in addLogicalModule()
380 if (auto Sym = LD.findSymbol(BaseLayer, MangledName, false)) in addLogicalModule()
388 LD.getStubsToClone(LMId).insert(&F); in addLogicalModule()
393 auto CompileAction = [this, &LD, LMId, &F]() -> JITTargetAddress { in addLogicalModule()
394 if (auto FnImplAddrOrErr = this->extractAndCompile(LD, LMId, F)) in addLogicalModule()
410 if (auto Err = LD.StubsMgr->createStubs(StubInits)) in addLogicalModule()
446 [&LD, &GVsM](Value *V) -> Value* { in addLogicalModule()
459 LD.StubsMgr->findStub(FName, false).getAddress(); in addLogicalModule()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/SLPVectorizer/X86/
Dextract.ll9 ; CHECK-NEXT: [[LD:%.*]] = load <2 x double>, <2 x double>* undef
11 ; CHECK-NEXT: [[TMP0:%.*]] = fadd <2 x double> <double 0.000000e+00, double 1.100000e+00>, [[LD]]
17 %LD = load <2 x double>, <2 x double>* undef
18 %V0 = extractelement <2 x double> %LD, i32 0
19 %V1 = extractelement <2 x double> %LD, i32 1
32 ; CHECK-NEXT: [[LD:%.*]] = load <2 x double>, <2 x double>* undef
33 ; CHECK-NEXT: [[REORDER_SHUFFLE:%.*]] = shufflevector <2 x double> [[LD]], <2 x double> undef, <…
41 %LD = load <2 x double>, <2 x double>* undef
42 %V0 = extractelement <2 x double> %LD, i32 0
43 %V1 = extractelement <2 x double> %LD, i32 1
[all …]
/external/aac/libFDK/include/
DFDK_trigFcts.h145 #define LD 9 macro
160 int shift = (31 - scale - LD - 1); in fixp_sin_cos_residual_inline()
172 if (s & ((1 << LD) << 1)) { in fixp_sin_cos_residual_inline()
176 if ((s + (1 << LD)) & ((1 << LD) << 1)) { in fixp_sin_cos_residual_inline()
182 s &= (((1 << LD) << 1) - 1); /* Modulo PI */ in fixp_sin_cos_residual_inline()
184 if (s > (1 << LD)) { in fixp_sin_cos_residual_inline()
185 s = ((1 << LD) << 1) - s; in fixp_sin_cos_residual_inline()
191 if (s > (1 << (LD - 1))) { in fixp_sin_cos_residual_inline()
194 s = (1 << LD) - s; in fixp_sin_cos_residual_inline()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/Mips/msa/
Demergency-spill.mir147 $a1_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
152 $at_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
153 $v0_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
154 $v1_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
155 $a0_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
156 $a1_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
157 $a2_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
158 $a3_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
159 $t0_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
160 $t1_64 = LD %stack.6.g, 0 :: (dereferenceable load 8 from %ir.g)
[all …]
/external/llvm/include/llvm/ExecutionEngine/Orc/
DCompileOnDemandLayer.h242 void addLogicalModule(CODLogicalDylib &LD, ModulePtrT SrcMPtr) { in addLogicalModule() argument
249 auto LMH = LD.createLogicalModule(); in addLogicalModule()
250 auto &LMResources = LD.getLogicalModuleResources(LMH); in addLogicalModule()
276 CCInfo.setCompileAction([this, &LD, LMH, &F]() { in addLogicalModule()
277 return this->extractAndCompile(LD, LMH, F); in addLogicalModule()
360 [&LD, LMH](const std::string &Name) { in addLogicalModule()
361 auto &LMResources = LD.getLogicalModuleResources(LMH); in addLogicalModule()
364 auto &LDResolver = LD.getDylibResources().ExternalSymbolResolver; in addLogicalModule()
367 [&LD](const std::string &Name) { in addLogicalModule()
368 auto &LDResolver = LD.getDylibResources().ExternalSymbolResolver; in addLogicalModule()
[all …]
/external/llvm/test/Transforms/SLPVectorizer/X86/
Dextract.ll12 %LD = load <2 x double>, <2 x double>* undef
13 %V0 = extractelement <2 x double> %LD, i32 0
14 %V1 = extractelement <2 x double> %LD, i32 1
30 %LD = load <2 x double>, <2 x double>* undef
31 %V0 = extractelement <2 x double> %LD, i32 0
32 %V1 = extractelement <2 x double> %LD, i32 1
48 %LD = load <4 x double>, <4 x double>* undef
49 %V0 = extractelement <4 x double> %LD, i32 0 ; <--- invalid size.
50 %V1 = extractelement <4 x double> %LD, i32 1
/external/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp299 static bool isValidIndexedLoad(const LoadSDNode *LD) { in isValidIndexedLoad() argument
300 ISD::MemIndexedMode AM = LD->getAddressingMode(); in isValidIndexedLoad()
301 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
304 EVT VT = LD->getMemoryVT(); in isValidIndexedLoad()
309 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1) in isValidIndexedLoad()
315 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2) in isValidIndexedLoad()
327 LoadSDNode *LD = cast<LoadSDNode>(N); in tryIndexedLoad() local
328 if (!isValidIndexedLoad(LD)) in tryIndexedLoad()
331 MVT VT = LD->getMemoryVT().getSimpleVT(); in tryIndexedLoad()
347 LD->getBasePtr(), LD->getChain())); in tryIndexedLoad()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp302 static bool isValidIndexedLoad(const LoadSDNode *LD) { in isValidIndexedLoad() argument
303 ISD::MemIndexedMode AM = LD->getAddressingMode(); in isValidIndexedLoad()
304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
307 EVT VT = LD->getMemoryVT(); in isValidIndexedLoad()
312 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1) in isValidIndexedLoad()
318 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2) in isValidIndexedLoad()
330 LoadSDNode *LD = cast<LoadSDNode>(N); in tryIndexedLoad() local
331 if (!isValidIndexedLoad(LD)) in tryIndexedLoad()
334 MVT VT = LD->getMemoryVT().getSimpleVT(); in tryIndexedLoad()
350 LD->getBasePtr(), LD->getChain())); in tryIndexedLoad()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/
Darm64-codegen-prepare-extload.ll9 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
10 ; OPTALL-NEXT: [[ZEXT:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
29 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
30 ; OPT-NEXT: [[ZEXT:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
33 ; DISABLE: [[ADD:%[a-zA-Z_0-9-]+]] = add nuw i8 [[LD]], 2
55 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
56 ; OPT-NEXT: [[SEXT:%[a-zA-Z_0-9-]+]] = sext i8 [[LD]] to i32
58 ; DISABLE: [[ADD:%[a-zA-Z_0-9-]+]] = add nsw i8 [[LD]], 2
87 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
89 ; STRESS-NEXT: [[ZEXTLD:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
[all …]
/external/libexif/auto-m4/
Dlib-ld.m415 [AC_CACHE_CHECK([if the linker ($LD) is GNU ld], acl_cv_prog_gnu_ld,
17 case `$LD -v 2>&1 </dev/null` in
26 dnl From libtool-1.4. Sets the variable LD.
66 test -z "$LD" && LD="$ac_prog"
83 [if test -z "$LD"; then
102 acl_cv_path_LD="$LD" # Let the user override the test with a path.
104 LD="$acl_cv_path_LD"
105 if test -n "$LD"; then
106 AC_MSG_RESULT($LD)
110 test -z "$LD" && AC_MSG_ERROR([no acceptable ld found in \$PATH])
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dcodegen-prepare-extload.ll15 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
16 ; OPTALL-NEXT: [[ZEXT:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
35 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
36 ; OPT-NEXT: [[ZEXT:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
39 ; DISABLE: [[ADD:%[a-zA-Z_0-9-]+]] = add nuw i8 [[LD]], 2
61 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
62 ; OPT-NEXT: [[SEXT:%[a-zA-Z_0-9-]+]] = sext i8 [[LD]] to i32
64 ; DISABLE: [[ADD:%[a-zA-Z_0-9-]+]] = add nsw i8 [[LD]], 2
93 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
95 ; STRESS-NEXT: [[ZEXTLD:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
[all …]
/external/llvm/test/CodeGen/X86/
Dcodegen-prepare-extload.ll15 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
16 ; OPTALL-NEXT: [[ZEXT:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
35 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
36 ; OPT-NEXT: [[ZEXT:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
39 ; DISABLE: [[ADD:%[a-zA-Z_0-9-]+]] = add nuw i8 [[LD]], 2
61 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
62 ; OPT-NEXT: [[SEXT:%[a-zA-Z_0-9-]+]] = sext i8 [[LD]] to i32
64 ; DISABLE: [[ADD:%[a-zA-Z_0-9-]+]] = add nsw i8 [[LD]], 2
93 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
95 ; STRESS-NEXT: [[ZEXTLD:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
[all …]
/external/libpng/contrib/gregbook/
DMakefile.unx65 LD = gcc
105 $(LD) $(LDFLAGS) -o $@ $(ROBJS) $(RLIBSs)
108 $(LD) $(LDFLAGS) -o $@ $(ROBJS) $(RLIBSd)
111 $(LD) $(LDFLAGS) -o $@ $(ROBJS2) $(RLIBSs)
114 $(LD) $(LDFLAGS) -o $@ $(ROBJS2) $(RLIBSd)
117 $(LD) $(LDFLAGS) -o $@ $(WOBJS) $(WLIBSs)
120 $(LD) $(LDFLAGS) -o $@ $(WOBJS) $(WLIBSd)
DMakefile.mingw3248 LD = $(CC)
100 $(LD) $(LDFLAGS) -o $@ $(ROBJSs) $(RLIBSs)
103 $(LD) $(LDFLAGS) -o $@ $(ROBJSd) $(RLIBSd)
106 $(LD) $(LDFLAGS) -o $@ $(ROBJS2s) $(RLIBSs)
109 $(LD) $(LDFLAGS) -o $@ $(ROBJS2d) $(RLIBSd)
112 $(LD) $(LDFLAGS) -o $@ $(WOBJSs) $(WLIBSs)
115 $(LD) $(LDFLAGS) -o $@ $(WOBJSd) $(WLIBSd)
/external/llvm/test/CodeGen/AArch64/
Darm64-codegen-prepare-extload.ll9 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
10 ; OPTALL-NEXT: [[ZEXT:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
29 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
30 ; OPT-NEXT: [[ZEXT:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
33 ; DISABLE: [[ADD:%[a-zA-Z_0-9-]+]] = add nuw i8 [[LD]], 2
55 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
56 ; OPT-NEXT: [[SEXT:%[a-zA-Z_0-9-]+]] = sext i8 [[LD]] to i32
58 ; DISABLE: [[ADD:%[a-zA-Z_0-9-]+]] = add nsw i8 [[LD]], 2
87 ; OPTALL: [[LD:%[a-zA-Z_0-9-]+]] = load i8, i8* %p
89 ; STRESS-NEXT: [[ZEXTLD:%[a-zA-Z_0-9-]+]] = zext i8 [[LD]] to i32
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/
DAVRISelDAGToDAG.cpp42 unsigned selectIndexedProgMemLoad(const LoadSDNode *LD, MVT VT);
123 const LoadSDNode *LD = cast<LoadSDNode>(N); in selectIndexedLoad() local
124 ISD::MemIndexedMode AM = LD->getAddressingMode(); in selectIndexedLoad()
125 MVT VT = LD->getMemoryVT().getSimpleVT(); in selectIndexedLoad()
129 if ((LD->getExtensionType() != ISD::NON_EXTLOAD) || in selectIndexedLoad()
137 int Offs = cast<ConstantSDNode>(LD->getOffset())->getSExtValue(); in selectIndexedLoad()
162 LD->getBasePtr(), LD->getChain()); in selectIndexedLoad()
169 unsigned AVRDAGToDAGISel::selectIndexedProgMemLoad(const LoadSDNode *LD, in selectIndexedProgMemLoad() argument
171 ISD::MemIndexedMode AM = LD->getAddressingMode(); in selectIndexedProgMemLoad()
174 if (LD->getExtensionType() != ISD::NON_EXTLOAD || AM != ISD::POST_INC) { in selectIndexedProgMemLoad()
[all …]
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430ISelDAGToDAG.cpp302 static bool isValidIndexedLoad(const LoadSDNode *LD) { in isValidIndexedLoad() argument
303 ISD::MemIndexedMode AM = LD->getAddressingMode(); in isValidIndexedLoad()
304 if (AM != ISD::POST_INC || LD->getExtensionType() != ISD::NON_EXTLOAD) in isValidIndexedLoad()
307 EVT VT = LD->getMemoryVT(); in isValidIndexedLoad()
312 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 1) in isValidIndexedLoad()
318 if (cast<ConstantSDNode>(LD->getOffset())->getZExtValue() != 2) in isValidIndexedLoad()
330 LoadSDNode *LD = cast<LoadSDNode>(N); in SelectIndexedLoad() local
331 if (!isValidIndexedLoad(LD)) in SelectIndexedLoad()
334 MVT VT = LD->getMemoryVT().getSimpleVT(); in SelectIndexedLoad()
350 LD->getBasePtr(), LD->getChain()); in SelectIndexedLoad()
[all …]
/external/libpng/contrib/pngminus/
Dmakefile.std6 LD=$(CC)
44 $(LD) $(LDFLAGS) -o png2pnm$(E) png2pnm$(O) $(LDLIBS) -lm
47 $(LD) $(LDFLAGS) -o png2pnm-static$(E) png2pnm$(O) $(LDLIBSS) -lm
53 $(LD) $(LDFLAGS) -o pnm2png$(E) pnm2png$(O) $(LDLIBS) -lm
56 $(LD) $(LDFLAGS) -o pnm2png-static$(E) pnm2png$(O) $(LDLIBSS) -lm
/external/wpa_supplicant_8/hostapd/
DMakefile1291 @$(E) " LD " $@
1298 @$(E) " LD " $@
1333 @$(E) " LD " $@
1337 @$(E) " LD " $@
/external/libgsm/
DMakefile49 LD = $(CC) macro
311 $(LD) $(LFLAGS) -o $(TOAST) $(TOAST_OBJECTS) $(LIBGSM) $(LDLIB)
437 $(LD) $(LFLAGS) -o $(TLS)/sweet \
441 $(LD) $(LFLAGS) -o $(TLS)/bitter \
448 $(LD) $(LFLAGS) -o $(TLS)/ginger \
452 $(LD) $(LFLAGS) -o $(TLS)/sour \
459 $(LD) $(LFLAGS) -o $(ADDTST)/add $(ADDTST)/add_test.o $(LDLIB)
477 $(LD) $(LFLAGS) -o $(TST)/lin2txt \
481 $(LD) $(LFLAGS) -o $(TST)/lin2cod \
485 $(LD) $(LFLAGS) -o $(TST)/gsm2cod \
[all …]
/external/llvm/lib/Target/Hexagon/
DHexagonISelDAGToDAG.cpp95 void SelectBaseOffsetLoad(LoadSDNode *LD, SDLoc dl);
96 void SelectIndexedLoad(LoadSDNode *LD, const SDLoc &dl);
240 void HexagonDAGToDAGISel::SelectIndexedLoad(LoadSDNode *LD, const SDLoc &dl) { in SelectIndexedLoad() argument
241 SDValue Chain = LD->getChain(); in SelectIndexedLoad()
242 SDValue Base = LD->getBasePtr(); in SelectIndexedLoad()
243 SDValue Offset = LD->getOffset(); in SelectIndexedLoad()
245 EVT LoadedVT = LD->getMemoryVT(); in SelectIndexedLoad()
250 ISD::LoadExtType ExtType = LD->getExtensionType(); in SelectIndexedLoad()
279 if (isAlignedMemNode(LD)) in SelectIndexedLoad()
289 if (isAlignedMemNode(LD)) in SelectIndexedLoad()
[all …]

12345678910>>...38