Home
last modified time | relevance | path

Searched refs:createZExt (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/Reactor/
DNucleus.hpp107 static Value *createZExt(Value *V, Type *destType);
DLLVMReactor.cpp1174 i = createZExt(i, Long::getType()); in createLoad()
1232 index = createZExt(index, Long::getType()); in createGEP()
1262 Value *Nucleus::createZExt(Value *v, Type *destType) in createZExt() function in rr::Nucleus
4110 Value *integer = Nucleus::createZExt(cast.value, Int::getType()); in Int()
4131 Value *integer = Nucleus::createZExt(cast.value, Int::getType()); in Int()
4464 Value *integer = Nucleus::createZExt(cast.value, Long::getType()); in Long()
4539 Value *integer = Nucleus::createZExt(cast.value, UInt::getType()); in UInt()
DSubzeroReactor.cpp997 index = createZExt(index, T(Ice::IceType_i64)); in createGEP()
1032 Value *Nucleus::createZExt(Value *v, Type *destType) in createZExt() function in rr::Nucleus
4377 Value *integer = Nucleus::createZExt(cast.value, Int::getType()); in Int()
4398 Value *integer = Nucleus::createZExt(cast.value, Int::getType()); in Int()
4732 Value *integer = Nucleus::createZExt(cast.value, Long::getType()); in Long()
4807 Value *integer = Nucleus::createZExt(cast.value, UInt::getType()); in UInt()
/external/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2498 Value *createZExt(Instruction *Inst, Value *Opnd, Type *Ty);
2546 Value *TypePromotionTransaction::createZExt(Instruction *Inst, in createZExt() function in __anon65f3f0830211::TypePromotionTransaction
2973 TPT.createZExt(SExt, SExtOpnd->getOperand(0), SExt->getType()); in promoteOperandForTruncAndAnyExt()
3084 : TPT.createZExt(Ext, Opnd, Ext->getType()); in promoteOperandForOther()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2455 Value *createZExt(Instruction *Inst, Value *Opnd, Type *Ty);
2512 Value *TypePromotionTransaction::createZExt(Instruction *Inst, in createZExt() function in TypePromotionTransaction
3573 TPT.createZExt(SExt, SExtOpnd->getOperand(0), SExt->getType()); in promoteOperandForTruncAndAnyExt()
3682 : TPT.createZExt(Ext, Opnd, Ext->getType()); in promoteOperandForOther()