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

  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringMIPS32.cpp 799 Variable *ValExt = Func->makeVariable(stackSlotType());
800 Context.insert<InstCast>(InstCast::Zext, ValExt, ValOp);
809 Call->addArg(ValExt);
    [all...]
IceTargetLoweringX86BaseImpl.h     [all...]
IceTargetLoweringARM32.cpp 792 Variable *ValExt = Func->makeVariable(stackSlotType());
793 Context.insert<InstCast>(InstCast::Zext, ValExt, ValOp);
805 Call->addArg(ValExt);
    [all...]

Completed in 78 milliseconds