Searched refs:createNot (Results 1 – 17 of 17) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlanPredicator.cpp | 53 IntermediateVal = Builder.createNot(CBV); in getOrCreateNotPredicate()
|
D | LoopVectorizationPlanner.h | 129 VPValue *createNot(VPValue *Operand) { in createNot() function
|
D | LoopVectorize.cpp | 6726 EdgeMask = Builder.createNot(EdgeMask); in createEdgeMask()
|
/external/llvm-project/llvm/lib/Transforms/Vectorize/ |
D | VPlanPredicator.cpp | 53 IntermediateVal = Builder.createNot(CBV); in getOrCreateNotPredicate()
|
D | LoopVectorizationPlanner.h | 133 VPValue *createNot(VPValue *Operand) { in createNot() function
|
D | LoopVectorize.cpp | 7890 EdgeMask = Builder.createNot(EdgeMask); in createEdgeMask()
|
/external/swiftshader/src/Reactor/ |
D | Reactor.cpp | 315 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 …]
|
D | Nucleus.hpp | 240 static Value *createNot(Value *V);
|
D | SubzeroReactor.cpp | 1361 Value *Nucleus::createNot(Value *v) in createNot() function in rr::Nucleus
|
D | LLVMReactor.cpp | 865 Value *Nucleus::createNot(Value *v) in createNot() function in rr::Nucleus
|
/external/llvm/include/llvm/MC/ |
D | MCExpr.h | 358 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx) { in createNot() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/ |
D | MCExpr.h | 397 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
|
/external/llvm-project/llvm/include/llvm/MC/ |
D | MCExpr.h | 450 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
|
/external/llvm-project/llvm/lib/MC/MCParser/ |
D | MasmParser.cpp | 1478 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr() 1677 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()
|
D | AsmParser.cpp | 1262 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()
|
/external/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 1047 Res = MCUnaryExpr::createNot(Res, getContext()); in parsePrimaryExpr()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCParser/ |
D | AsmParser.cpp | 1256 Res = MCUnaryExpr::createNot(Res, getContext(), FirstTokenLoc); in parsePrimaryExpr()
|