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

  /external/swiftshader/src/Reactor/
Nucleus.hpp 95 static Value *createNot(Value *V);
LLVMReactor.cpp 509 Value *Nucleus::createNot(Value *v)
511 return V(::builder->CreateNot(v));
1014 return RValue<Bool>(Nucleus::createNot(val.value));
1220 return RValue<Byte>(Nucleus::createNot(val.value));
    [all...]
SubzeroReactor.cpp 828 Value *Nucleus::createNot(Value *v)
    [all...]
  /external/llvm/include/llvm/MC/
MCExpr.h 358 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx) {
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 372 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 372 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 372 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 372 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 372 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 372 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 372 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCExpr.h 372 static const MCUnaryExpr *createNot(const MCExpr *Expr, MCContext &Ctx, SMLoc Loc = SMLoc()) {
  /external/llvm/lib/MC/MCParser/
AsmParser.cpp     [all...]

Completed in 597 milliseconds