HomeSort by relevance Sort by last modified time
    Searched refs:VMI (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/Transforms/Utils/
InlineFunction.cpp 701 for (ValueToValueMapTy::iterator VMI = VMap.begin(), VMIE = VMap.end();
702 VMI != VMIE; ++VMI) {
703 if (!VMI->second)
706 Instruction *NI = dyn_cast<Instruction>(VMI->second);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
InlineFunction.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
InlineFunction.cpp 693 ValueToValueMapTy::iterator VMI = VMap.find(OrigCall);
695 if (VMI == VMap.end() || VMI->second == 0)
700 Instruction *NewCall = dyn_cast<Instruction>(VMI->second);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MIRCanonicalizerPass.cpp 443 [&](const MachineInstr *VMI) { return Def == VMI; })) {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 223 const auto &VMI = GUIDToValueIdMap.find(ValGUID);
226 assert(VMI != GUIDToValueIdMap.end() &&
228 return VMI->second;
486 auto VMI = GUIDToValueIdMap.find(ValGUID);
487 if (VMI == GUIDToValueIdMap.end())
489 return VMI->second;
    [all...]
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 455 const auto &VMI = GUIDToValueIdMap.find(ValGUID);
456 return VMI != GUIDToValueIdMap.end();
459 const auto &VMI = GUIDToValueIdMap.find(ValGUID);
461 if (VMI == GUIDToValueIdMap.end()) {
465 return VMI->second;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp     [all...]

Completed in 3529 milliseconds