HomeSort by relevance Sort by last modified time
    Searched defs:VL (Results 1 - 16 of 16) sorted by null

  /external/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 151 unsigned VL = V.getLength();
154 if (VL <= 1)
159 for (unsigned i = 1; i < VL; ++i)
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 151 unsigned VL = V.getLength();
154 if (VL <= 1)
159 for (unsigned i = 1; i < VL; ++i)
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 151 unsigned VL = V.getLength();
154 if (VL <= 1)
159 for (unsigned i = 1; i < VL; ++i)
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 151 unsigned VL = V.getLength();
154 if (VL <= 1)
159 for (unsigned i = 1; i < VL; ++i)
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 151 unsigned VL = V.getLength();
154 if (VL <= 1)
159 for (unsigned i = 1; i < VL; ++i)
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 151 unsigned VL = V.getLength();
154 if (VL <= 1)
159 for (unsigned i = 1; i < VL; ++i)
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 151 unsigned VL = V.getLength();
154 if (VL <= 1)
159 for (unsigned i = 1; i < VL; ++i)
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 151 unsigned VL = V.getLength();
154 if (VL <= 1)
159 for (unsigned i = 1; i < VL; ++i)
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/PBQP/
ReductionRules.h 151 unsigned VL = V.getLength();
154 if (VL <= 1)
159 for (unsigned i = 1; i < VL; ++i)
  /external/llvm/lib/CodeGen/
LiveDebugValues.cpp 267 const VarLoc &VL = VarLocIDs[VLL];
268 Out << " Var: " << VL.Var.getVar()->getName();
270 VL.dump();
297 VarLoc VL(MI);
298 unsigned ID = VarLocIDs.insert(VL);
299 OpenRanges.insert(ID, VL.Var);
  /toolchain/binutils/binutils-2.25/include/opcode/
convex.h 46 #define VL 5
73 "vl",
505 {0,0,lr,VL,A,0}, /* mov */
506 {0,0,rxl,A,VL,0}, /* mov */
509 {0,7,lr,VL,S,0}, /* mov.w */
510 {0,7,rxl,S,VL,0}, /* mov.w */
577 {18,7,iml,VL,0,0}, /* ld.w */
    [all...]
  /external/clang/lib/AST/
CommentParser.cpp 720 VerbatimLineComment *VL = S.actOnVerbatimLine(NameTok.getLocation(),
725 return VL;
CommentSema.cpp 447 VerbatimLineComment *VL = new (Allocator) VerbatimLineComment(
453 checkFunctionDeclVerbatimLine(VL);
454 checkContainerDeclVerbatimLine(VL);
455 return VL;
    [all...]
  /external/libpng/contrib/tools/
pngcp.c 314 # define VL(oname, name, type, search)\
316 # define VLO(oname, name, search) VL(oname, name, OPTION, search)
360 # define VLL(name, search) VL(#name, name, LIST, search)
368 # undef VL
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
SLPVectorizer.cpp 113 /// \returns the parent basic block if all of the instructions in \p VL
115 static BasicBlock *getSameBlock(ArrayRef<Value *> VL) {
116 Instruction *I0 = dyn_cast<Instruction>(VL[0]);
120 for (int i = 1, e = VL.size(); i < e; i++) {
121 Instruction *I = dyn_cast<Instruction>(VL[i]);
131 /// \returns True if all of the values in \p VL are constants.
132 static bool allConstant(ArrayRef<Value *> VL) {
133 for (Value *i : VL)
139 /// \returns True if all of the values in \p VL are identical.
140 static bool isSplat(ArrayRef<Value *> VL) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 1626 milliseconds