• Home
  • Raw
  • Download

Lines Matching refs:mapValue

419   Value *mapValue(SPIRVValue *BV, Value *V) {  in mapValue()  function in SPIRV::SPIRVToLLVM
1337 return mapValue(BV, ConstantInt::get(LT, BConst->getZExtIntValue(), in transValueWithoutDecoration()
1354 return mapValue(BV, ConstantFP::get(*Context, APFloat(*FS, in transValueWithoutDecoration()
1364 return mapValue(BV, ConstantInt::getTrue(*Context)); in transValueWithoutDecoration()
1367 return mapValue(BV, ConstantInt::getFalse(*Context)); in transValueWithoutDecoration()
1371 return mapValue(BV, Constant::getNullValue(LT)); in transValueWithoutDecoration()
1381 return mapValue(BV, ConstantVector::get(CV)); in transValueWithoutDecoration()
1383 return mapValue(BV, ConstantArray::get( in transValueWithoutDecoration()
1403 return mapValue(BV, ConstantStruct::get( in transValueWithoutDecoration()
1414 return mapValue(BV, oclTransConstantSampler(BCS)); in transValueWithoutDecoration()
1419 return mapValue(BV, oclTransConstantPipeStorage(BCPS)); in transValueWithoutDecoration()
1425 return mapValue(BV, transValue(BI, nullptr, nullptr, false)); in transValueWithoutDecoration()
1429 return mapValue(BV, UndefValue::get(transType(BV->getType()))); in transValueWithoutDecoration()
1447 return mapValue(BV, new AllocaInst(Ty, BV->getName(), BB)); in transValueWithoutDecoration()
1459 return mapValue(BV, LVar); in transValueWithoutDecoration()
1469 return mapValue(BV, static_cast<Argument*>(I)); in transValueWithoutDecoration()
1476 return mapValue(BV, transFunction(static_cast<SPIRVFunction *>(BV))); in transValueWithoutDecoration()
1479 return mapValue(BV, BasicBlock::Create(*Context, BV->getName(), F)); in transValueWithoutDecoration()
1483 return mapValue(BV, transConvertInst(BV, F, BB)); in transValueWithoutDecoration()
1504 return mapValue(BV, LD); in transValueWithoutDecoration()
1511 return mapValue(BV, BranchInst::Create( in transValueWithoutDecoration()
1517 return mapValue( in transValueWithoutDecoration()
1526 auto LPhi = dyn_cast<PHINode>(mapValue( in transValueWithoutDecoration()
1539 return mapValue(BV, ReturnInst::Create(*Context, BB)); in transValueWithoutDecoration()
1543 return mapValue( in transValueWithoutDecoration()
1556 return mapValue(BV, SI); in transValueWithoutDecoration()
1566 return mapValue(BV, LI); in transValueWithoutDecoration()
1607 return mapValue( BV, CallInst::Create(Func, Arg, "", BB)); in transValueWithoutDecoration()
1612 return mapValue(BV, in transValueWithoutDecoration()
1631 return mapValue(BV, LS); in transValueWithoutDecoration()
1656 return mapValue(BV, V); in transValueWithoutDecoration()
1663 return mapValue( in transValueWithoutDecoration()
1669 return mapValue( in transValueWithoutDecoration()
1677 return mapValue( in transValueWithoutDecoration()
1687 return mapValue( in transValueWithoutDecoration()
1694 return mapValue( in transValueWithoutDecoration()
1703 return mapValue( in transValueWithoutDecoration()
1720 return mapValue(BV, in transValueWithoutDecoration()
1734 return mapValue(BV, Call); in transValueWithoutDecoration()
1738 return mapValue( in transValueWithoutDecoration()
1743 return mapValue( in transValueWithoutDecoration()
1748 return mapValue( in transValueWithoutDecoration()
1755 return mapValue( in transValueWithoutDecoration()
1762 return mapValue( in transValueWithoutDecoration()
1769 return mapValue(BV, in transValueWithoutDecoration()
1777 return mapValue(BV, in transValueWithoutDecoration()
1783 return mapValue(BV, transCmpInst(BV, BB, F)); in transValueWithoutDecoration()
1788 return mapValue(BV, transOCLBuiltinFromInst( in transValueWithoutDecoration()
1792 return mapValue(BV, transShiftLogicalBitwiseInst(BV, BB, F)); in transValueWithoutDecoration()
1800 return mapValue(BV, Inst); in transValueWithoutDecoration()
1802 return mapValue(BV, transSPIRVBuiltinFromInst( in transValueWithoutDecoration()
1833 Function *F = dyn_cast<Function>(mapValue(BF, Function::Create(FT, Linkage, in transFunction()
1850 mapValue(BA, static_cast<Argument*>(I)); in transFunction()
2665 return cast<Instruction>(mapValue( in transOCLAllAny()
2689 return cast<Instruction>(mapValue( in transOCLRelational()