Searched refs:map_from_llvmopcode (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Core.cpp | 671 static int map_from_llvmopcode(LLVMOpcode code) in map_from_llvmopcode() function 1953 return wrap(unwrap(B)->CreateBinOp(Instruction::BinaryOps(map_from_llvmopcode(Op)), unwrap(LHS), in LLVMBuildBinOp() 2140 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val), in LLVMBuildCast()
|
/external/llvm/lib/IR/ |
D | Core.cpp | 1064 static int map_from_llvmopcode(LLVMOpcode code) in map_from_llvmopcode() function 2662 return wrap(unwrap(B)->CreateBinOp(Instruction::BinaryOps(map_from_llvmopcode(Op)), unwrap(LHS), in LLVMBuildBinOp() 2927 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val), in LLVMBuildCast()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Core.cpp | 1255 static int map_from_llvmopcode(LLVMOpcode code) in map_from_llvmopcode() function 2974 return wrap(unwrap(B)->CreateBinOp(Instruction::BinaryOps(map_from_llvmopcode(Op)), unwrap(LHS), in LLVMBuildBinOp() 3242 return wrap(unwrap(B)->CreateCast(Instruction::CastOps(map_from_llvmopcode(Op)), unwrap(Val), in LLVMBuildCast()
|