HomeSort by relevance Sort by last modified time
    Searched defs:isVolatile (Results 126 - 150 of 298) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
  /external/swiftshader/src/Reactor/
LLVMReactor.cpp 514 Value *Nucleus::createLoad(Value *ptr, Type *type, bool isVolatile, unsigned int alignment)
525 return createBitCast(createInsertElement(V(llvm::UndefValue::get(llvm::VectorType::get(T(Long::getType()), 2))), createLoad(createBitCast(ptr, Pointer<Long>::getType()), Long::getType(), isVolatile, alignment), 0), T(T(type)));
531 Value *i = V(createLoad(createBitCast(ptr, Pointer<Int>::getType()), Int::getType(), isVolatile, alignment));
543 return V(::builder->Insert(new llvm::LoadInst(ptr, "", isVolatile, alignment)));
546 Value *Nucleus::createStore(Value *value, Value *ptr, Type *type, bool isVolatile, unsigned int alignment)
557 createStore(createExtractElement(createBitCast(value, T(llvm::VectorType::get(T(Long::getType()), 2))), Long::getType(), 0), createBitCast(ptr, Pointer<Long>::getType()), Long::getType(), isVolatile, alignment);
563 createStore(createExtractElement(createBitCast(value, Int4::getType()), Int::getType(), 0), createBitCast(ptr, Pointer<Int>::getType()), Int::getType(), isVolatile, alignment);
573 ::builder->Insert(new llvm::StoreInst(value, ptr, isVolatile, alignment));
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
DeclCXX.h     [all...]
Stmt.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
DeclCXX.h     [all...]

Completed in 860 milliseconds

1 2 3 4 56 7 8 91011>>