Home
last modified time | relevance | path

Searched defs:Undef (Results 1 – 19 of 19) sorted by relevance

/external/clang/test/SemaCXX/
Dqualified-id-lookup.cpp100 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/
DStructurizeCFG.cpp513 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
DReassociate.cpp798 Constant *Undef = UndefValue::get(I->getType()); in RewriteExprTree() local
/external/llvm/unittests/IR/
DConstantsTest.cpp27 Constant* Undef = UndefValue::get(Int1); in TEST() local
/external/llvm/lib/Transforms/InstCombine/
DInstCombineSimplifyDemanded.cpp940 Constant *Undef = UndefValue::get(EltTy); in SimplifyDemandedVectorElts() local
DInstCombinePHI.cpp786 Value *Undef = UndefValue::get(FirstPhi.getType()); in SliceUpIllegalIntegerPHI() local
/external/llvm/include/llvm/CodeGen/
DMachineInstrBuilder.h35 Undef = 0x20, enumerator
/external/llvm/include/llvm/IR/
DIRBuilder.h1392 Value *Undef = UndefValue::get(VectorType::get(V->getType(), NumElts)); variable
/external/llvm/lib/Target/AArch64/Disassembler/
DAArch64Disassembler.cpp482 enum OpcTypes { SBFM = 0, BFM, UBFM, Undef } Opc; in DecodeBitfieldInstruction() enumerator
/external/clang/lib/CodeGen/
DCodeGenFunction.cpp529 llvm::Value *Undef = llvm::UndefValue::get(Int32Ty); in StartFunction() local
DItaniumCXXABI.cpp920 RValue Undef = RValue::get(llvm::UndefValue::get(T)); in EmitReturnFromThunk() local
/external/chromium_org/third_party/angle/tests/preprocessor_tests/
Ddefine_test.cpp721 TEST_F(DefineTest, Undef) in TEST_F() argument
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp4475 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
DDAGCombiner.cpp7414 SDValue Undef = DAG.getUNDEF(N->getValueType(0)); in visitLOAD() local
/external/valgrind/main/coregrind/m_debuginfo/
Dpriv_storage.h327 } Undef; member
/external/llvm/lib/Target/X86/
DX86ISelDAGToDAG.cpp1836 SDValue Undef = SDValue(CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, in SelectAtomicLoadArith() local
DX86ISelLowering.cpp8779 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/
DSLPVectorizer.cpp1458 Value *Undef = UndefValue::get(Ty); in vectorizeTree() local
/external/llvm/lib/Target/Mips/
DMipsISelLowering.cpp1985 SDValue Chain = LD->getChain(), Undef = DAG.getUNDEF(VT); in lowerLOAD() local