Home
last modified time | relevance | path

Searched refs:LLVMOpcode (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp16 bool DecodeCastOpcode(uint64_t NaClOpcode, Instruction::CastOps &LLVMOpcode) { in DecodeCastOpcode() argument
19 LLVMOpcode = Instruction::BitCast; in DecodeCastOpcode()
22 LLVMOpcode = Instruction::Trunc; in DecodeCastOpcode()
25 LLVMOpcode = Instruction::ZExt; in DecodeCastOpcode()
28 LLVMOpcode = Instruction::SExt; in DecodeCastOpcode()
31 LLVMOpcode = Instruction::FPToUI; in DecodeCastOpcode()
34 LLVMOpcode = Instruction::FPToSI; in DecodeCastOpcode()
37 LLVMOpcode = Instruction::UIToFP; in DecodeCastOpcode()
40 LLVMOpcode = Instruction::SIToFP; in DecodeCastOpcode()
43 LLVMOpcode = Instruction::FPTrunc; in DecodeCastOpcode()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClBitcodeDecoders.h33 bool DecodeCastOpcode(uint64_t NaClOpcode, Instruction::CastOps &LLVMOpcode);
48 Instruction::BinaryOps &LLVMOpcode);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DCore.h144 } LLVMOpcode; typedef
2060 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal);
3138 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst);
3741 LLVMValueRef LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op,
3861 LLVMValueRef LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val,
/third_party/ltp/tools/sparse/sparse-src/
Dsparse-llvm.c844 LLVMOpcode op; in output_op_ptrcast()
877 static void output_op_cast(struct function *fn, struct instruction *insn, LLVMOpcode op) in output_op_cast()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DCore.cpp1433 static LLVMOpcode map_to_llvmopcode(int opcode) in map_to_llvmopcode()
1443 static int map_from_llvmopcode(LLVMOpcode code) in map_from_llvmopcode()
1455 LLVMOpcode LLVMGetConstOpcode(LLVMValueRef ConstantVal) { in LLVMGetConstOpcode()
2753 LLVMOpcode LLVMGetInstructionOpcode(LLVMValueRef Inst) { in LLVMGetInstructionOpcode()
2756 return (LLVMOpcode)0; in LLVMGetInstructionOpcode()
3389 LLVMValueRef LLVMBuildBinOp(LLVMBuilderRef B, LLVMOpcode Op, in LLVMBuildBinOp()
3788 LLVMValueRef LLVMBuildCast(LLVMBuilderRef B, LLVMOpcode Op, LLVMValueRef Val, in LLVMBuildCast()