HomeSort by relevance Sort by last modified time
    Searched refs:SrcVal (Results 1 - 9 of 9) sorted by null

  /external/llvm/lib/ExecutionEngine/Interpreter/
Interpreter.h 222 GenericValue executeTruncInst(Value *SrcVal, Type *DstTy,
224 GenericValue executeSExtInst(Value *SrcVal, Type *DstTy,
226 GenericValue executeZExtInst(Value *SrcVal, Type *DstTy,
228 GenericValue executeFPTruncInst(Value *SrcVal, Type *DstTy,
230 GenericValue executeFPExtInst(Value *SrcVal, Type *DstTy,
232 GenericValue executeFPToUIInst(Value *SrcVal, Type *DstTy,
234 GenericValue executeFPToSIInst(Value *SrcVal, Type *DstTy,
236 GenericValue executeUIToFPInst(Value *SrcVal, Type *DstTy,
238 GenericValue executeSIToFPInst(Value *SrcVal, Type *DstTy,
240 GenericValue executePtrToIntInst(Value *SrcVal, Type *DstTy
    [all...]
Execution.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
GVN.cpp     [all...]
ScalarReplAggregates.cpp 712 LoadInst *SrcVal = Builder.CreateLoad(SrcPtr, "srcval");
713 SrcVal->setAlignment(MTI->getAlignment());
714 Builder.CreateStore(SrcVal, NewAI);
719 LoadInst *SrcVal = Builder.CreateLoad(NewAI, "srcval");
729 StoreInst *NewStore = Builder.CreateStore(SrcVal, DstPtr);
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.cpp     [all...]
  /external/llvm/lib/AsmParser/
LLParser.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]

Completed in 685 milliseconds