Home
last modified time | relevance | path

Searched refs:createNot (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationPlanner.h130 VPValue *createNot(VPValue *Operand) { in createNot() function
DLoopVectorize.cpp6541 EdgeMask = Builder.createNot(EdgeMask); in createEdgeMask()
/external/swiftshader/src/Reactor/
DReactor.cpp241 return RValue<Bool>(Nucleus::createNot(val.value)); in operator !()
452 return RValue<Byte>(Nucleus::createNot(val.value)); in operator ~()
697 return RValue<SByte>(Nucleus::createNot(val.value)); in operator ~()
935 return RValue<Short>(Nucleus::createNot(val.value)); in operator ~()
1180 return RValue<UShort>(Nucleus::createNot(val.value)); in operator ~()
1468 return RValue<Byte8>(Nucleus::createNot(val.value)); in operator ~()
1684 return RValue<SByte8>(Nucleus::createNot(val.value)); in operator ~()
1982 return RValue<Short4>(Nucleus::createNot(val.value)); in operator ~()
2172 return RValue<UShort4>(Nucleus::createNot(val.value)); in operator ~()
2322 return RValue<UShort8>(Nucleus::createNot(val.value)); in operator ~()
[all …]
DNucleus.hpp240 static Value *createNot(Value *V);
DSubzeroReactor.cpp1275 Value *Nucleus::createNot(Value *v) in createNot() function in rr::Nucleus
DLLVMReactor.cpp935 Value *Nucleus::createNot(Value *v) in createNot() function in rr::Nucleus
/external/llvm/include/llvm/MC/
DMCExpr.h358 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx) { in createNot() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/
DMCExpr.h389 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1047 Res = MCUnaryExpr::createNot(Res, getContext()); in parsePrimaryExpr()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1216 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()