HomeSort by relevance Sort by last modified time
    Searched refs:UE (Results 51 - 75 of 135) sorted by null

1 23 4 5 6

  /external/swiftshader/third_party/LLVM/lib/CodeGen/
TailDuplication.cpp 322 UE = MRI->use_end(); UI != UE; ++UI) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
DeadArgumentElimination.cpp 584 UE = MaybeLiveUses.end(); UI != UE; ++UI)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 362 UE = Used->use_end(); UI != UE; ++UI) {
InlineFunction.cpp 68 ui = exn->use_begin(), ue = exn->use_end(); ui != ue; ++ui) {
807 for (Value::use_iterator UI = V->use_begin(), UE = V->use_end(); UI != UE;
    [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
AutoUpgrade.cpp 370 for (Value::use_iterator UI = F->use_begin(), UE = F->use_end();
371 UI != UE; ) {
Verifier.cpp     [all...]
  /external/clang/lib/Sema/
AnalysisBasedWarnings.cpp     [all...]
  /external/clang/include/clang/AST/
StmtOpenMP.h     [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
SCCP.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonBitSimplify.cpp     [all...]
  /external/spirv-llvm/lib/SPIRV/
SPIRVWriter.cpp     [all...]
  /external/llvm/lib/CodeGen/
WinEHPrepare.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineLoadStoreAlloca.cpp 487 for (auto UI = LI.user_begin(), UE = LI.user_end(); UI != UE;) {
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 303 UE = N->use_end(); (UI != UE) && (UseCount < 2); ++UI) {
    [all...]
  /external/clang/lib/Lex/
ModuleMap.cpp 878 for (auto &UE : Unresolved) {
879 Module::ExportDecl Export = resolveExport(Mod, UE, Complain);
883 Mod->UnresolvedExports.push_back(UE);
    [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/MC/MCParser/
AsmParser.cpp 730 const MCUnaryExpr *UE = cast<MCUnaryExpr>(E);
731 const MCExpr *Sub = ApplyModifierToExpr(UE->getSubExpr(), Variant);
734 return MCUnaryExpr::Create(UE->getOpcode(), Sub, getContext());
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
StmtOpenMP.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
StmtOpenMP.h     [all...]

Completed in 1222 milliseconds

1 23 4 5 6