OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LLVMOpcode
(Results
1 - 18
of
18
) sorted by null
/external/swiftshader/third_party/subzero/pnacl-llvm/
NaClBitcodeDecoders.cpp
17
Instruction::CastOps &
LLVMOpcode
) {
20
LLVMOpcode
= Instruction::BitCast;
23
LLVMOpcode
= Instruction::Trunc;
26
LLVMOpcode
= Instruction::ZExt;
29
LLVMOpcode
= Instruction::SExt;
32
LLVMOpcode
= Instruction::FPToUI;
35
LLVMOpcode
= Instruction::FPToSI;
38
LLVMOpcode
= Instruction::UIToFP;
41
LLVMOpcode
= Instruction::SIToFP;
44
LLVMOpcode
= Instruction::FPTrunc
[
all
...]
/external/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
NaClBitcodeDecoders.h
30
/// succeeds. Otherwise sets
LLVMOpcode
to Instruction::BitCast and
33
Instruction::CastOps &
LLVMOpcode
);
45
/// succeeds. Otherwise sets
LLVMOpcode
to Instruction::Add and
48
Instruction::BinaryOps &
LLVMOpcode
);
/external/llvm/tools/llvm-c-test/
calc.c
25
static
LLVMOpcode
op_to_opcode(char op) {
echo.cpp
326
LLVMOpcode
Op = LLVMGetConstOpcode(Cst);
417
LLVMOpcode
Op = LLVMGetInstructionOpcode(Src);
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-c-test/
calc.c
25
static
LLVMOpcode
op_to_opcode(char op) {
echo.cpp
345
LLVMOpcode
Op = LLVMGetConstOpcode(Cst);
437
LLVMOpcode
Op = LLVMGetInstructionOpcode(Src);
[
all
...]
/external/swiftshader/third_party/LLVM/include/llvm-c/
Core.h
202
}
LLVMOpcode
;
607
LLVMOpcode
LLVMGetConstOpcode(LLVMValueRef ConstantVal);
[
all
...]
/external/llvm/include/llvm-c/
Core.h
183
}
LLVMOpcode
;
[
all
...]
/external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
Core.h
138
}
LLVMOpcode
;
[
all
...]
/external/llvm/lib/IR/
Core.cpp
[
all
...]
/external/swiftshader/third_party/LLVM/lib/VMCore/
Core.cpp
660
static
LLVMOpcode
map_to_llvmopcode(int opcode)
671
static int map_from_llvmopcode(
LLVMOpcode
code)
684
LLVMOpcode
LLVMGetConstOpcode(LLVMValueRef ConstantVal) {
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Core.cpp
[
all
...]
/external/llvm/bindings/go/llvm/
ir.go
62
Opcode C.
LLVMOpcode
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
ir.go
68
Opcode C.
LLVMOpcode
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
[
all
...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm_ocaml.c
[
all
...]
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
llvm_ocaml.c
[
all
...]
Completed in 300 milliseconds