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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
ExpandMemCmp.cpp 199 Value *Source2 = CI->getArgOperand(1);
206 if (Source2->getType() != LoadSizeType)
207 Source2 = Builder.CreateBitCast(Source2, LoadSizeType->getPointerTo());
213 Source2 = Builder.CreateGEP(LoadSizeType, Source2,
218 Value *LoadSrc2 = Builder.CreateLoad(LoadSizeType, Source2);
274 Value *Source2 = CI->getArgOperand(1);
279 if (Source2->getType() != LoadSizeType)
280 Source2 = Builder.CreateBitCast(Source2, LoadSizeType->getPointerTo())
    [all...]
  /external/swiftshader/third_party/subzero/src/
IceConverter.cpp 516 Ice::Operand *Source2 = convertValue(Instr->getOperand(1));
517 return Ice::InstExtractElement::create(Func.get(), Dest, Source1, Source2);
523 Ice::Operand *Source2 = convertValue(Instr->getOperand(1));
525 return Ice::InstInsertElement::create(Func.get(), Dest, Source1, Source2,
533 Ice::Operand *Source2 = convertValue(Instr->getFalseValue());
534 return Ice::InstSelect::create(Func.get(), Dest, Cond, Source1, Source2);
    [all...]

Completed in 543 milliseconds