Searched defs:Undef (Results 1 - 15 of 15) sorted by relevance

/freebsd-9.3-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp944 Constant *Undef = UndefValue::get(EltTy); local
H A DInstCombinePHI.cpp784 Value *Undef = UndefValue::get(FirstPhi.getType()); local
/freebsd-9.3-release/contrib/llvm/include/llvm/CodeGen/
H A DMachineInstrBuilder.h35 Undef = 0x20, enumerator in enum:llvm::RegState::__anon1882
/freebsd-9.3-release/contrib/llvm/lib/Target/AArch64/Disassembler/
H A DAArch64Disassembler.cpp666 enum OpcTypes { SBFM = 0, BFM, UBFM, Undef } Opc; enumerator in enum:OpcTypes
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Scalar/
H A DReassociate.cpp798 Constant *Undef = UndefValue::get(I->getType()); local
H A DStructurizeCFG.cpp526 Value *Undef = UndefValue::get(Phi.getType()); local
549 Value *Undef = UndefValue::get(Phi->getType()); local
859 Value *Undef = UndefValue::get(II->getType()); local
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp545 llvm::Value *Undef = llvm::UndefValue::get(Int32Ty); local
H A DItaniumCXXABI.cpp1142 RValue Undef = RValue::get(llvm::UndefValue::get(T)); local
/freebsd-9.3-release/contrib/llvm/include/llvm/IR/
H A DIRBuilder.h1438 Value *Undef = UndefValue::get(VectorType::get(V->getType(), NumElts)); local
/freebsd-9.3-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1837 SDValue Undef = SDValue(CurDAG->getMachineNode(TargetOpcode::IMPLICIT_DEF, local
H A DX86ISelLowering.cpp8914 SDValue Undef = DAG.getUNDEF(InVT); local
9045 SDValue Undef = DAG.getUNDEF(VT); local
9098 SDValue Undef = DAG.getUNDEF(MVT::v16i8); local
10448 SDValue Undef = DAG.getUNDEF(InVT); local
14455 unsigned Undef = MRI.createVirtualRegister(RC32); local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1645 Value *Undef = UndefValue::get(Ty); local
/freebsd-9.3-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelLowering.cpp1954 SDValue Chain = LD->getChain(), Undef = DAG.getUNDEF(VT); local
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4572 SDValue Undef = getUNDEF(Ptr.getValueType()); local
4581 SDValue Undef = getUNDEF(Ptr.getValueType()); local
4591 SDValue Undef = getUNDEF(Ptr.getValueType()); local
4601 SDValue Undef = getUNDEF(Ptr.getValueType()); local
4651 SDValue Undef = getUNDEF(Ptr.getValueType()); local
4720 SDValue Undef = getUNDEF(Ptr.getValueType()); local
[all...]
H A DDAGCombiner.cpp7491 SDValue Undef = DAG.getUNDEF(N->getValueType(0)); local
7498 DAG.ReplaceAllUsesOfValueWith(SDValue(N, 0), Undef); local

Completed in 397 milliseconds