Go to the source code of this file.
|
| llvm |
| List of target independent CodeGen pass IDs.
|
|
|
unsigned | llvm::ComputeLinearIndex (Type *Ty, const unsigned *Indices, const unsigned *IndicesEnd, unsigned CurIndex=0) |
|
unsigned | llvm::ComputeLinearIndex (Type *Ty, ArrayRef< unsigned > Indices, unsigned CurIndex=0) |
|
void | llvm::ComputeValueVTs (const TargetLowering &TLI, Type *Ty, SmallVectorImpl< EVT > &ValueVTs, SmallVectorImpl< uint64_t > *Offsets=0, uint64_t StartingOffset=0) |
|
GlobalVariable * | llvm::ExtractTypeInfo (Value *V) |
| ExtractTypeInfo - Returns the type info, possibly bitcast, encoded in V. More...
|
|
bool | llvm::hasInlineAsmMemConstraint (InlineAsm::ConstraintInfoVector &CInfos, const TargetLowering &TLI) |
|
ISD::CondCode | llvm::getFCmpCondCode (FCmpInst::Predicate Pred) |
|
ISD::CondCode | llvm::getFCmpCodeWithoutNaN (ISD::CondCode CC) |
|
ISD::CondCode | llvm::getICmpCondCode (ICmpInst::Predicate Pred) |
|
bool | llvm::isInTailCallPosition (ImmutableCallSite CS, const TargetLowering &TLI) |
|
bool | llvm::returnTypeIsEligibleForTailCall (const Function *F, const Instruction *I, const ReturnInst *Ret, const TargetLoweringBase &TLI) |
|