HomeSort by relevance Sort by last modified time
    Searched refs:Select (Results 201 - 225 of 483) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/swiftshader/third_party/LLVM/lib/Target/CellSPU/
SPUISelDAGToDAG.cpp 144 /// SPUDAGToDAGISel - Cell SPU-specific code to select SPU machine
197 if (SDNode *N = Select(bvNode))
226 /// Select - Convert the specified operand from a target-independent to a
228 SDNode *Select(SDNode *N);
616 SPUDAGToDAGISel::Select(SDNode *N) {
662 report_fatal_error("CellSPU Select: Unhandled zero/any extend EVT");
844 // Custom select instructions for LDRESULT
    [all...]
  /build/make/tools/droiddoc/templates-ndk/
customizations.cs 410 title="Select your target API level to dim unavailable APIs">API level: </label>
411 <div class="select-wrapper">
412 <select id="apiLevelSelector">
414 </select>
463 <p style="padding:10px">Select a package to view its members</p><?cs
536 <select name="language" onChange="changeLangPref(this.value, true)">
544 </select>
  /device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/
VfrUtilityLib.h 84 virtual UINT8 Select (IN CHAR8 *, IN EFI_GUID *, IN CHAR8 *Info = NULL);
  /external/clang/test/SemaCXX/
constant-expression-cxx11.cpp 249 constexpr auto Select(int n) -> int (*)(int) {
254 static_assert(1 + Apply(Select(4), 5) + Apply(Select(3), 7) == 42, "");
256 constexpr int Invalid = Apply(Select(0), 0); // expected-error {{must be initialized by a constant expression}} expected-note {{in call to 'Apply(0, 0)'}}
    [all...]
  /external/llvm/include/llvm/CodeGen/
MachineInstr.h 513 /// Return true if this instruction is a select instruction.
515 return hasProperty(MCID::Select, Type);
    [all...]
  /external/llvm/lib/Analysis/
ObjCARCInstKind.cpp 263 case Instruction::Select:
  /external/llvm/lib/IR/
Instruction.cpp 320 case Select: return "select";
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 204 case Instruction::Select: {
302 // If we are casting a select then fold the cast into the select
410 case Instruction::Select: {
481 // Test if the trunc is the user of a select which is part of a
802 case Instruction::Select:
    [all...]