/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUUnifyDivergentExitNodes.cpp | 153 Value *Undef = UndefValue::get(B.getFloatTy()); in unifyReturnBlockSet() local
|
/third_party/skia/third_party/externals/spirv-tools/test/val/ |
D | val_state_test.cpp | 156 TEST_F(ValidationState_InLayoutState, Undef) { in TEST_F() argument
|
/third_party/spirv-tools/test/val/ |
D | val_state_test.cpp | 156 TEST_F(ValidationState_InLayoutState, Undef) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/val/ |
D | val_state_test.cpp | 156 TEST_F(ValidationState_InLayoutState, Undef) { in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 598 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local 618 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local 930 Value *Undef = UndefValue::get(I.getType()); in rebuildSSA() local
|
D | LowerMatrixIntrinsics.cpp | 249 Value *Undef = UndefValue::get(VType); in getMatrix() local 620 Value *Undef = UndefValue::get(Col->getType()); in extractVector() local 637 Value *Undef = UndefValue::get(Block->getType()); in insertVector() local
|
D | RewriteStatepointsForGC.cpp | 972 UndefValue *Undef = UndefValue::get(SI->getType()); in findBasePointer() local 976 UndefValue *Undef = UndefValue::get(EE->getVectorOperand()->getType()); in findBasePointer() local
|
D | Reassociate.cpp | 760 Constant *Undef = UndefValue::get(I->getType()); in RewriteExprTree() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64CallLowering.cpp | 323 auto Undef = MIRBuilder.buildUndef({OldLLT}); in lowerReturn() local 336 auto Undef = MIRBuilder.buildUndef({OldLLT}); in lowerReturn() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 1147 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local 1198 APInt Demanded, APInt &Undef) { in SimplifyDemandedVectorElts()
|
D | InstCombinePHI.cpp | 1131 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceTargetLowering.h | 480 auto *Undef = ConstantUndef::create(Ctx, DestTy); in scalarizeInstruction() local
|
D | IceTargetLoweringMIPS32.cpp | 278 auto *Undef = ConstantUndef::create(Ctx, DestTy); in genTargetHelperCallFor() local 307 auto *Undef = ConstantUndef::create(Ctx, IceType_v4f32); in genTargetHelperCallFor() local 335 auto *Undef = ConstantUndef::create(Ctx, DestTy); in genTargetHelperCallFor() local 428 auto *Undef = ConstantUndef::create(Ctx, DestTy); in genTargetHelperCallFor() local 589 auto *Undef = ConstantUndef::create(Ctx, IceType_v4f32); in genTargetHelperCallFor() local
|
/third_party/skia/third_party/externals/swiftshader/src/Pipeline/ |
D | SpirvShaderDebugger.cpp | 515 struct Undef : public vk::dbg::Value in undefined() struct 517 Undef(const std::string &ty) in undefined() argument 520 const std::string ty; in undefined() 521 std::string type() override { return ty; } in undefined() 522 std::string get(const vk::dbg::FormatFlags &) override { return "<undefined>"; } in undefined()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | Coroutines.cpp | 329 auto *Undef = UndefValue::get(Type::getInt8PtrTy(F.getContext())); in buildFrom() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 48 Undef = 0x20, enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyLowerEmscriptenEHSjLj.cpp | 861 Value *Undef = UndefValue::get(LPI->getType()); in runEHOnFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LoopUtils.cpp | 613 auto *Undef = UndefValue::get(I.getType()); in deleteDeadLoop() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | VectorUtils.cpp | 693 Constant *Undef = UndefValue::get(Builder.getInt32Ty()); in createSequentialMask() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | RDFGraph.h | 289 Undef = 0x0020 << 5, // 0100000, Has no pre-existing value. enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | IRTranslator.cpp | 1518 Register Undef = MRI->createGenericVirtualRegister(PtrTy); in translateKnownIntrinsic() local 1772 Register Undef = MRI->createGenericVirtualRegister(Ty); in translateLandingPad() local
|
D | CombinerHelper.cpp | 130 MachineInstr *Undef = nullptr; in matchCombineConcatVectors() local
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
D | define_test.cpp | 805 TEST_F(DefineTest, Undef) in TEST_F() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | IRBuilder.h | 2684 Value *Undef = UndefValue::get(VectorType::get(V->getType(), NumElts)); variable
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 6876 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local 6883 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local 6894 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local 6902 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local 6949 SDValue Undef = getUNDEF(Ptr.getValueType()); in getStore() local 7016 SDValue Undef = getUNDEF(Ptr.getValueType()); in getTruncStore() local
|