Home
last modified time | relevance | path

Searched refs:llvm_store (Results 1 – 9 of 9) sorted by relevance

/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/llvm/
H A Dhipe_llvm.erl282 -record(llvm_store, {type, value, p_type, pointer, alignment=[], record
284 -type llvm_store() :: #llvm_store{}. type
513 store_type(#llvm_store{type=Type}) -> Type.
514 store_value(#llvm_store{value=Value}) -> Value.
515 store_p_type(#llvm_store{p_type=P_Type}) -> P_Type.
516 store_pointer(#llvm_store{pointer=Pointer}) -> Pointer.
517 store_alignment(#llvm_store{alignment=Alignment}) -> Alignment.
518 store_nontemporal(#llvm_store{nontemporal=Nontemporal}) -> Nontemporal.
519 store_volatile(#llvm_store{volatile=Volatile}) -> Volatile.
686 is_label(#llvm_store{}) -> false;
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/llvm/
H A Dhipe_llvm.erl282 -record(llvm_store, {type, value, p_type, pointer, alignment=[], record
284 -type llvm_store() :: #llvm_store{}. type
513 store_type(#llvm_store{type=Type}) -> Type.
514 store_value(#llvm_store{value=Value}) -> Value.
515 store_p_type(#llvm_store{p_type=P_Type}) -> P_Type.
516 store_pointer(#llvm_store{pointer=Pointer}) -> Pointer.
517 store_alignment(#llvm_store{alignment=Alignment}) -> Alignment.
518 store_nontemporal(#llvm_store{nontemporal=Nontemporal}) -> Nontemporal.
519 store_volatile(#llvm_store{volatile=Volatile}) -> Volatile.
686 is_label(#llvm_store{}) -> false;
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/llvm/
H A Dhipe_llvm.erl282 -record(llvm_store, {type, value, p_type, pointer, alignment=[], record
284 -type llvm_store() :: #llvm_store{}. type
513 store_type(#llvm_store{type=Type}) -> Type.
514 store_value(#llvm_store{value=Value}) -> Value.
515 store_p_type(#llvm_store{p_type=P_Type}) -> P_Type.
516 store_pointer(#llvm_store{pointer=Pointer}) -> Pointer.
517 store_alignment(#llvm_store{alignment=Alignment}) -> Alignment.
518 store_nontemporal(#llvm_store{nontemporal=Nontemporal}) -> Nontemporal.
519 store_volatile(#llvm_store{volatile=Volatile}) -> Volatile.
686 is_label(#llvm_store{}) -> false;
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/mlir/lib/Conversion/LinalgToLLVM/
H A DLinalgToLLVM.cpp59 using llvm_store = OperationBuilder<LLVM::StoreOp>; typedef
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/mlir/lib/Conversion/LinalgToLLVM/
H A DLinalgToLLVM.cpp59 using llvm_store = OperationBuilder<LLVM::StoreOp>; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/lib/Conversion/LinalgToLLVM/
H A DLinalgToLLVM.cpp59 using llvm_store = OperationBuilder<LLVM::StoreOp>; typedef
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DopCode.h95 DECLARE_OPCODE(Store, Instruction, llvm_store, false, false, false, false, false, false, false)
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/lib/Conversion/LinalgToLLVM/
H A DLinalgToLLVM.cpp58 using llvm_store = OperationBuilder<LLVM::StoreOp>; typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/lib/Conversion/LinalgToLLVM/
H A DLinalgToLLVM.cpp63 using llvm_store = OperationBuilder<LLVM::StoreOp>; typedef