Home
last modified time | relevance | path

Searched refs:CAST_FPEXT (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.h213 CAST_FPEXT = 8, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/pnacl-llvm/
DNaClBitcodeDecoders.cpp45 case naclbitc::CAST_FPEXT: in DecodeCastOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Bitcode/
DLLVMBitCodes.h382 CAST_FPEXT = 8, enumerator
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1959 case naclbitc::CAST_FPEXT: in convertCastOpToIceOp()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp513 case Instruction::FPExt : return bitc::CAST_FPEXT; in getEncodedCastOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp1050 case bitc::CAST_FPEXT : return Instruction::FPExt; in getDecodedCastOpcode()