/external/clang/test/SemaCXX/ |
D | qualified-id-lookup.cpp | 100 struct Undef { // expected-note{{definition of 'Undef' is not complete until the closing '}'}} struct 103 Undef::type member; argument 105 …static int size = sizeof(Undef); // expected-error{{invalid application of 'sizeof' to an incomple… argument
|
/external/llvm/lib/Transforms/Scalar/ |
D | StructurizeCFG.cpp | 513 Value *Undef = UndefValue::get(Phi.getType()); in addPhiValues() local 536 Value *Undef = UndefValue::get(Phi->getType()); in setPhiValues() local 832 Value *Undef = UndefValue::get(II->getType()); in rebuildSSA() local
|
D | Reassociate.cpp | 798 Constant *Undef = UndefValue::get(I->getType()); in RewriteExprTree() local
|
/external/llvm/unittests/IR/ |
D | ConstantsTest.cpp | 27 Constant* Undef = UndefValue::get(Int1); in TEST() local
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineSimplifyDemanded.cpp | 940 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
|
D | InstCombinePHI.cpp | 786 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
|
/external/llvm/include/llvm/CodeGen/ |
D | MachineInstrBuilder.h | 35 Undef = 0x20, enumerator
|
/external/llvm/include/llvm/IR/ |
D | IRBuilder.h | 1392 Value *Undef = UndefValue::get(VectorType::get(V->getType(), NumElts)); variable
|
/external/llvm/lib/Target/AArch64/Disassembler/ |
D | AArch64Disassembler.cpp | 482 enum OpcTypes { SBFM = 0, BFM, UBFM, Undef } Opc; in DecodeBitfieldInstruction() enumerator
|
/external/clang/lib/CodeGen/ |
D | CodeGenFunction.cpp | 529 llvm::Value *Undef = llvm::UndefValue::get(Int32Ty); in StartFunction() local
|
D | ItaniumCXXABI.cpp | 920 RValue Undef = RValue::get(llvm::UndefValue::get(T)); in EmitReturnFromThunk() local
|
/external/chromium_org/third_party/angle/tests/preprocessor_tests/ |
D | define_test.cpp | 721 TEST_F(DefineTest, Undef) in TEST_F() argument
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | SelectionDAG.cpp | 4475 SDValue Undef = getUNDEF(Ptr.getValueType()); in getLoad() local 4486 SDValue Undef = getUNDEF(Ptr.getValueType()); in getExtLoad() local 4538 SDValue Undef = getUNDEF(Ptr.getValueType()); in getStore() local 4606 SDValue Undef = getUNDEF(Ptr.getValueType()); in getTruncStore() local
|
D | DAGCombiner.cpp | 7414 SDValue Undef = DAG.getUNDEF(N->getValueType(0)); in visitLOAD() local
|
/external/valgrind/main/coregrind/m_debuginfo/ |
D | priv_storage.h | 327 } Undef; member
|
/external/llvm/lib/Target/X86/ |
D | X86ISelDAGToDAG.cpp | 1836 SDValue Undef = SDValue(CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, in SelectAtomicLoadArith() local
|
D | X86ISelLowering.cpp | 8779 SDValue Undef = DAG.getUNDEF(InVT); in LowerAVXExtend() local 8864 SDValue Undef = DAG.getUNDEF(VT); in LowerTRUNCATE() local 8917 SDValue Undef = DAG.getUNDEF(MVT::v16i8); in LowerTRUNCATE() local 10176 SDValue Undef = DAG.getUNDEF(InVT); in LowerSIGN_EXTEND() local 13830 unsigned Undef = MRI.createVirtualRegister(RC32); in EmitAtomicLoadArith() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | SLPVectorizer.cpp | 1458 Value *Undef = UndefValue::get(Ty); in vectorizeTree() local
|
/external/llvm/lib/Target/Mips/ |
D | MipsISelLowering.cpp | 1985 SDValue Chain = LD->getChain(), Undef = DAG.getUNDEF(VT); in lowerLOAD() local
|