Home
last modified time | relevance | path

Searched defs:Bitcast (Results 1 – 16 of 16) sorted by relevance

/third_party/skia/third_party/externals/tint/src/writer/spirv/
Dbuilder_bitcast_expression_test.cc25 TEST_F(BuilderTest, Bitcast) { in TEST_F() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsLegalizerInfo.cpp291 MachineInstrBuilder Bitcast = MIRBuilder.buildInstr( in legalizeCustom() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp118 auto *Bitcast = in makeSubFnCall() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h154 Bitcast, enumerator
/third_party/skia/third_party/externals/tint/src/
Dprogram_builder.h1163 const ast::BitcastExpression* Bitcast(EXPR&& expr) { in Bitcast() function
1172 const ast::BitcastExpression* Bitcast(const ast::Type* type, EXPR&& expr) { in Bitcast() function
1182 const ast::BitcastExpression* Bitcast(const Source& source, in Bitcast() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LegalizerInfo.cpp712 auto Bitcast = MIRBuilder.buildBitcast({NewTy}, {ValReg}); in legalizeLoadStore() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp522 TEST(TransformationEquationInstructionTest, Bitcast) { in TEST() argument
/third_party/spirv-tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp523 TEST(TransformationEquationInstructionTest, Bitcast) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp522 TEST(TransformationEquationInstructionTest, Bitcast) { in TEST() argument
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp1195 Value *Bitcast = in vectorizeLoadChain() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp534 Instruction *Bitcast = cast<Instruction>(U); in findAllocas() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1185 auto *Bitcast = new BitCastInst(NewAI, AI->getType(), "", AI); in sanitizeFunction() local
/third_party/skia/third_party/externals/tint/src/resolver/
Dresolver.cc1218 sem::Expression* Resolver::Bitcast(const ast::BitcastExpression* expr) { in Bitcast() function in tint::resolver::Resolver
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXISelLowering.cpp2106 SDValue Bitcast = DAG.getNode(ISD::BITCAST, SL, MVT::i32, A); in LowerFROUND32() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2727 auto *Bitcast = dyn_cast<BitCastInst>(Cmp.getOperand(0)); in foldICmpBitCast() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp13881 SDNode *Bitcast = *Trunc->use_begin(); in PerformDAGCombine() local
15645 SDValue Bitcast = DCI.DAG.getBitcast(MVT::v2i64, Op0.getOperand(0)); in combineTRUNCATE() local