Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMipsLegalizerInfo.cpp291 MachineInstrBuilder Bitcast = MIRBuilder.buildInstr( in legalizeCustom() local
/external/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp806 Value *Bitcast = in vectorizeStoreChain() local
928 Value *Bitcast = in vectorizeLoadChain() local
/external/llvm/include/llvm/MC/
DMCInstrDesc.h109 Bitcast, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h154 Bitcast, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroutines.cpp118 auto *Bitcast = in makeSubFnCall() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64LegalizerInfo.cpp712 auto Bitcast = MIRBuilder.buildBitcast({NewTy}, {ValReg}); in legalizeLoadStore() local
/external/swiftshader/third_party/SPIRV-Tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp523 TEST(TransformationEquationInstructionTest, Bitcast) { in TEST() argument
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_alias_analysis_test.cc880 TEST_F(HloAliasAnalysisTest, Bitcast) { in TEST_F() argument
Dhlo_evaluator_test.cc4297 TEST_P(HloEvaluatorBf16Test, Bitcast) { in TEST_P() argument
Dmemory_space_assignment_test.cc923 TEST_P(MemorySpaceAssignmentTest, Bitcast) { in TEST_P() argument
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/fuzz/
Dtransformation_equation_instruction_test.cpp523 TEST(TransformationEquationInstructionTest, Bitcast) { in TEST() argument
/external/deqp-deps/SPIRV-Tools/test/fuzz/
Dtransformation_equation_instruction_test.cpp522 TEST(TransformationEquationInstructionTest, Bitcast) { in TEST() argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoadStoreVectorizer.cpp1195 Value *Bitcast = in vectorizeLoadChain() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DCodeExtractor.cpp534 Instruction *Bitcast = cast<Instruction>(U); in findAllocas() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/
DHWAddressSanitizer.cpp1185 auto *Bitcast = new BitCastInst(NewAI, AI->getType(), "", AI); in sanitizeFunction() local
/external/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
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp2727 auto *Bitcast = dyn_cast<BitCastInst>(Cmp.getOperand(0)); in foldICmpBitCast() local
/external/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
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1994 TEST_F(OpTest, Bitcast) { in TEST_F() argument
/external/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp10706 SDNode *Bitcast = *Trunc->use_begin(); in PerformDAGCombine() local
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp4765 SDValue Bitcast = DAG.getNode(ISD::BITCAST, DL, VT16Bit, N->getOperand(0)); in lowerCTPOP32BitElements() local
/external/tensorflow/tensorflow/go/op/
Dwrappers.go3332 func Bitcast(scope *Scope, input tf.Output, type_ tf.DataType) (output tf.Output) { func