Searched refs:SrcF (Results 1 – 4 of 4) sorted by relevance
/external/llvm/lib/Target/Hexagon/ |
D | HexagonGenMux.cpp | 74 MachineOperand *SrcT, *SrcF; member 79 : At(It), DefR(DR), PredR(PR), SrcT(TOp), SrcF(FOp), Def1(&D1), in MuxInfo() 285 MachineOperand *SrcF = (MinX == CI.FalseX) ? Src1 : Src2; in genMuxInBlock() local 289 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2)); in genMuxInBlock() 296 unsigned MxOpc = getMuxOpcode(*MX.SrcT, *MX.SrcF); in genMuxInBlock() 302 .addOperand(*MX.SrcF); in genMuxInBlock()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Function.cpp | 304 const Function *SrcF = cast<Function>(Src); in copyAttributesFrom() local 305 setCallingConv(SrcF->getCallingConv()); in copyAttributesFrom() 306 setAttributes(SrcF->getAttributes()); in copyAttributesFrom() 307 if (SrcF->hasGC()) in copyAttributesFrom() 308 setGC(SrcF->getGC()); in copyAttributesFrom()
|
/external/llvm/lib/IR/ |
D | Function.cpp | 438 const Function *SrcF = dyn_cast<Function>(Src); in copyAttributesFrom() local 439 if (!SrcF) in copyAttributesFrom() 442 setCallingConv(SrcF->getCallingConv()); in copyAttributesFrom() 443 setAttributes(SrcF->getAttributes()); in copyAttributesFrom() 444 if (SrcF->hasGC()) in copyAttributesFrom() 445 setGC(SrcF->getGC()); in copyAttributesFrom() 448 if (SrcF->hasPersonalityFn()) in copyAttributesFrom() 449 setPersonalityFn(SrcF->getPersonalityFn()); in copyAttributesFrom() 450 if (SrcF->hasPrefixData()) in copyAttributesFrom() 451 setPrefixData(SrcF->getPrefixData()); in copyAttributesFrom() [all …]
|
/external/swiftshader/third_party/LLVM/lib/Linker/ |
D | LinkModules.cpp | 390 bool linkFunctionProto(Function *SrcF);
|