Home
last modified time | relevance | path

Searched defs:ExtInst (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/deqp-deps/SPIRV-Tools/test/val/
Dval_state_test.cpp145 TEST_F(ValidationState_InLayoutState, ExtInst) { in TEST_F() argument
/aosp_15_r20/external/angle/third_party/spirv-tools/src/test/val/
H A Dval_state_test.cpp145 TEST_F(ValidationState_InLayoutState, ExtInst) { in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/test/val/
H A Dval_state_test.cpp145 TEST_F(ValidationState_InLayoutState, ExtInst) { in TEST_F() argument
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3884 const auto *ExtInst = cast<const Instruction>(*Inst->user_begin()); in canGetThrough() local
3997 Instruction *ExtInst = dyn_cast<Instruction>(ExtVal); in promoteOperandForTruncAndAnyExt() local
5295 for (auto ExtInst : NewlyMovedExts) { in tryToPromoteExts() local
6373 auto *ExtInst = CastInst::Create(ExtType, Cond, NewType); in optimizeSwitchInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4321 const auto *ExtInst = cast<const Instruction>(*Inst->user_begin()); in canGetThrough() local
4434 Instruction *ExtInst = dyn_cast<Instruction>(ExtVal); in promoteOperandForTruncAndAnyExt() local
5895 for (auto *ExtInst : NewlyMovedExts) { in tryToPromoteExts() local
7181 auto *ExtInst = CastInst::Create(ExtType, Cond, NewType); in optimizeSwitchType() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
H A DAArch64InstructionSelector.cpp4357 MachineInstr *ExtInst = getDefIgnoringCopies(OffsetReg, MRI); in selectExtendedSHL() local
4836 MachineInstr *ExtInst = MRI.getVRegDef(ExtReg); in selectArithExtendedRegister() local
/aosp_15_r20/external/llvm/lib/Transforms/Utils/
H A DLocal.cpp1942 auto *ExtInst = CastInst::Create(Instruction::ZExt, CI, ITy, "zext", I); in recognizeBSwapOrBitReverseIdiom() local
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2989 Instruction *ExtInst = dyn_cast<Instruction>(ExtVal); in promoteOperandForTruncAndAnyExt() local
4802 auto *ExtInst = CastInst::Create(ExtType, Cond, NewType); in optimizeSwitchInst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp1877 Instruction *ExtInst; in foldSelectExtConst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/GISel/
H A DAArch64InstructionSelector.cpp6176 MachineInstr *ExtInst = getDefIgnoringCopies(OffsetReg, MRI); in selectExtendedSHL() local
6745 MachineInstr *ExtInst = MRI.getVRegDef(ExtReg); in selectArithExtendedRegister() local
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp2893 auto *ExtInst = CastInst::Create(Instruction::ZExt, CI, ITy, "zext", I); in recognizeBSwapOrBitReverseIdiom() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2016 Instruction *ExtInst; in foldSelectExtConst() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLocal.cpp3361 auto *ExtInst = CastInst::CreateIntegerCast(Result, ITy, false, "zext", I); in recognizeBSwapOrBitReverseIdiom() local
/aosp_15_r20/external/rust/android-crates-io/crates/vulkano/out/
Dspirv_parse.rs49 ExtInst { enumerator