Home
last modified time | relevance | path

Searched refs:CAST_SITOFP (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/include/llvm/Bitcode/NaCl/
DNaClLLVMBitCodes.h211 CAST_SITOFP = 6, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp39 case naclbitc::CAST_SITOFP: in DecodeCastOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h380 CAST_SITOFP = 6, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1951 case naclbitc::CAST_SITOFP: in convertCastOpToIceOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp511 case Instruction::SIToFP : return bitc::CAST_SITOFP; in getEncodedCastOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1048 case bitc::CAST_SITOFP : return Instruction::SIToFP; in getDecodedCastOpcode()