Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanPredicator.cpp53 IntermediateVal = Builder.createNot(CBV); in getOrCreateNotPredicate()
DLoopVectorizationPlanner.h129 VPValue *createNot(VPValue *Operand) { in createNot() function
DLoopVectorize.cpp6726 EdgeMask = Builder.createNot(EdgeMask); in createEdgeMask()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanPredicator.cpp53 IntermediateVal = Builder.createNot(CBV); in getOrCreateNotPredicate()
DLoopVectorizationPlanner.h133 VPValue *createNot(VPValue *Operand) { in createNot() function
DLoopVectorize.cpp7890 EdgeMask = Builder.createNot(EdgeMask); in createEdgeMask()
/external/swiftshader/src/Reactor/
DReactor.cpp315 return RValue<Bool>(Nucleus::createNot(val.value())); in operator !()
516 return RValue<Byte>(Nucleus::createNot(val.value())); in operator ~()
751 return RValue<SByte>(Nucleus::createNot(val.value())); in operator ~()
979 return RValue<Short>(Nucleus::createNot(val.value())); in operator ~()
1214 return RValue<UShort>(Nucleus::createNot(val.value())); in operator ~()
1485 return RValue<Byte8>(Nucleus::createNot(val.value())); in operator ~()
1691 return RValue<SByte8>(Nucleus::createNot(val.value())); in operator ~()
1961 return RValue<Short4>(Nucleus::createNot(val.value())); in operator ~()
2131 return RValue<UShort4>(Nucleus::createNot(val.value())); in operator ~()
2263 return RValue<UShort8>(Nucleus::createNot(val.value())); in operator ~()
[all …]
DNucleus.hpp240 static Value *createNot(Value *V);
DSubzeroReactor.cpp1361 Value *Nucleus::createNot(Value *v) in createNot() function in rr::Nucleus
DLLVMReactor.cpp865 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-10.0/llvm/include/llvm/MC/
DMCExpr.h397 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
/external/llvm-project/llvm/include/llvm/MC/
DMCExpr.h450 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
/external/llvm-project/llvm/lib/MC/MCParser/
DMasmParser.cpp1478 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()
1677 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()
DAsmParser.cpp1262 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1047 Res = MCUnaryExpr::createNot(Res, getContext()); in parsePrimaryExpr()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/
DAsmParser.cpp1256 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()